Skip to content

Commit

Permalink
Update dependabot.yml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Sep 9, 2024
1 parent 0f103f1 commit 98d553b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit 98d553b

Please sign in to comment.