SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
699 stars 161 forks source link

Add dependabot config for automatic action update PRs #489

Closed dbast closed 4 months ago

dbast commented 1 year ago

Description

GitHub workflows are typically composed out of several actions, that reference a specific action version via their tag. So versions start to age and dependabot can help to keep them up-to-date via proposing update PRs.

This opens PRs similar to https://github.com/dbast/seedsigner/pull/4

dependabot can be instructed by PR comments like @dependabot rebase or @dependabot ignore this major version to influence its behaviour, see the referenced PR link.

This pull request is categorized as a:

Checklist

If you modified or added functionality/workflow, did you add new unit tests?

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

kdmukai commented 6 months ago

Beyond my expertise, but concept ACK.

Thank you @dbast for continuing to help further professionalize / streamline the project!