feat: add dependabot#1121
Merged
notmandatory merged 1 commit intobitcoindevkit:masterfrom Nov 14, 2023
Merged
Conversation
40 tasks
6314221 to
5aa8c7f
Compare
Member
|
Added this to first beta release milestone since it's not a functional change. |
Contributor
Author
|
It is ready to merge. |
notmandatory
added a commit
to notmandatory/bdk
that referenced
this pull request
Nov 14, 2023
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
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`.
5aa8c7f to
6e27e66
Compare
Member
|
I had to amend your commit to get it signed, will merge it after the workflow tests finish. |
Contributor
Author
|
Sorry about that, I did a GPG key rotation and I need to amend everything. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1118.
Adds
dependabot.ymlto.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:
cargo fmtandcargo clippybefore committingNew Features:
Bugfixes: