Skip to content

Commit

Permalink
CI: add dependabot scan
Browse files Browse the repository at this point in the history
Add dependabot scan to warn and propose updates to our github actions.

Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Ansuel committed Apr 12, 2024
1 parent 65502c7 commit a898d87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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"
# Prefix all commit messages with "CI" plus its scope, that is, a
# list of updated dependencies
commit-message:
prefix: "CI"
include: "scope"

0 comments on commit a898d87

Please sign in to comment.