Skip to content

Commit

Permalink
Have Dependabot monitor GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbandy authored Oct 10, 2024
1 parent 7c1c509 commit 3c044ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
#
# See: https://www.github.com/dependabot/dependabot-core/issues/4605
---
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: tuesday
groups:
all-github-actions:
patterns: ['*']

0 comments on commit 3c044ac

Please sign in to comment.