Skip to content

Commit

Permalink
chore: Update github actions automatically (#4510)
Browse files Browse the repository at this point in the history
# Motivation
In the last month I have had to make 8 PRs to update GitHub actions.
Seven of those were simple bumps and could have been automated. One was
a breaking change. Let's automate more of this boring work.

# Changes
- Configure Dependabot to make PRs to update GitHub actions.

# Tests
- I have added this same Dependabot configuration to one of my personal
projects and it has worked as expected.

# Todos

- [x] Add entry to changelog (if necessary).
  • Loading branch information
bitdivine authored Feb 20, 2024
1 parent 140620e commit 9746e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/spellcheck.dic
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SNS
NNS
GIX
Dapp
Dependabot
clippy
dapp
dockerfile
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ updates:
- dependency-name: "semver"
- dependency-name: "crates-io"
rebase-strategy: "disabled"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ proposal is successful, the changes it released will be moved from this file to

#### Added

* Dependabot configuration to update GitHub actions.
* Add `NNS_INDEX_CANISTER_ID` to the configuration.

#### Changed
Expand Down

0 comments on commit 9746e02

Please sign in to comment.