Skip to content

Commit

Permalink
Automatically update GitHub Actions dependencies with dependabot (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#3133)

Automatically update GitHub Actions dependencies with dependabot.

Noticed this was possible when I was reading the notice around CodeQL's
v1 deprecation, https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/#can-i-use-dependabot-to-help-me-with-this-upgrade

Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied authored Aug 10, 2023
1 parent d8568d9 commit f70931b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ updates:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot:"

0 comments on commit f70931b

Please sign in to comment.