Skip to content

Commit

Permalink
Add Github Actions to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed May 16, 2024
1 parent e46cd65 commit fa78a5a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@

version: 2
updates:
# Initial example: Enable version updates for Docker
# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `ci` directory
directory: "/ci"
# Check for updates once a week
schedule:
interval: "weekly"
# Enable version updates for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit fa78a5a

Please sign in to comment.