PyPSA / powerplantmatching

Set of tools to combine multiple power plant databases
https://powerplantmatching.readthedocs.io/en/latest/
GNU General Public License v3.0
152 stars 52 forks source link

Add Dependabot configuration #172

Closed afuetterer closed 2 months ago

afuetterer commented 2 months ago

Hi,

to receive automatic updates for GitHub actions, like done in #171, I suggest adding a Dependabot configuration.

Suggested:

What do you think? Should I submit a PR?

Ref: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

lkstrp commented 2 months ago

Yes, that would be great! We use pre-commit to update those. I think Dependabot was going to support bumping pre-commits as well, but not sure what the status is. Would be great to have a tool which handles all the auto-updating, but since Actions are left out right now, feel free to submit a PR in any case. Thank you!

afuetterer commented 2 months ago

Alright.

Dependabot can update a lot of things, but sadly not the pre-commit config. Will submit a PR then.

lkstrp commented 2 months ago

Maybe some day: https://github.com/dependabot/dependabot-core/issues/1524