Skip to content

Commit

Permalink
Merge pull request #84 from fluxcd/dependabot
Browse files Browse the repository at this point in the history
Enable dependabot for Flux packages and Dockerfiles
  • Loading branch information
stefanprodan authored Jul 4, 2023
2 parents 3edb074 + 57abd6c commit fabbc0e
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
version: 2

updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
flux-deps:
patterns:
- "github.com/fluxcd/*"
misc-deps:
patterns:
- "*"
exclude-patterns:
- "github.com/fluxcd/*"
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
- package-ecosystem: "github-actions"
directory: "/"
labels: ["area/build"]
schedule:
# by default this will be on a monday.
interval: "weekly"
interval: "daily"
groups:
ci:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
groups:
docker:
patterns:
- "*"

0 comments on commit fabbc0e

Please sign in to comment.