Skip to content

Commit

Permalink
Enable Dockerfile Dependabot updates
Browse files Browse the repository at this point in the history
Enable `Dockerfile` Dependabot updates.
  • Loading branch information
HeavyWombat committed Jul 30, 2024
1 parent b6b7229 commit e2a7654
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: "all"
- dependency-type: all
target-branch: main
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: /
schedule:
interval: daily

0 comments on commit e2a7654

Please sign in to comment.