Skip to content

Commit

Permalink
Add dependabot golang updates to Dockerfile (gardener#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostov6 authored May 12, 2023
1 parent 1c6e130 commit 384da48
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
updates:
# Create PRs for github.com/gardener/gardener dependency updates
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
open-pull-requests-limit: 5
allow:
- dependency-name: "github.com/gardener/gardener"
labels:
- kind/enhancement
# Create PRs for golang version updates
- package-ecosystem: docker
directory: /
schedule:
interval: daily

0 comments on commit 384da48

Please sign in to comment.