Skip to content

Commit

Permalink
Merge bitcoindevkit#1121: feat: add dependabot
Browse files Browse the repository at this point in the history
5aa8c7f feat: add dependabot (Einherjar)

Pull request description:

  Fixes bitcoindevkit#1118.
  Adds `dependabot.yml` to `.github/` to check for `"github-action"` updates on a `"weekly"` basis.
  This does not touch Rust code or Cargo workflows.

  It will  create PRs and we would need to approve them (they would be subject to the same merge policy)
  to instantiate the proposed dependabots into `master`.

  ### Changelog notice

  Added dependabot to automatically check GitHub Actions updates.

  ### Checklists

  #### All Submissions:

  * [X] I've signed all my commits
  * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
  * [X] I ran `cargo fmt` and `cargo clippy` before committing

  #### New Features:

  * [ ] I've added tests for the new feature
  * [ ] I've added docs for the new feature

  #### Bugfixes:

  * [ ] This pull request breaks the existing API
  * [ ] I've added tests to reproduce the issue which are now passing
  * [X] I'm linking the issue being fixed by this PR

ACKs for top commit:
  notmandatory:
    ACK 5aa8c7f

Tree-SHA512: aca47d955849c24981a9c485775ce7e389a5b5b274fcd114f6e4583c2bf04f94fcd34e183064cd1da66db3560134b60feb0564ea42cbf97cb78d2c5e1aac0a1b
  • Loading branch information
notmandatory committed Nov 14, 2023
2 parents f382fa9 + 5aa8c7f commit b1d8719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit b1d8719

Please sign in to comment.