Skip to content

Commit

Permalink
add dependabot (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Apr 18, 2024
1 parent 669a5da commit 10b3707
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Reference:
# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
groups:
dependencies:
patterns:
- "*"
labels:
- "New: Pull Request"
- "Bot"

0 comments on commit 10b3707

Please sign in to comment.