Skip to content

Commit

Permalink
chore: Add dependabot configuration
Browse files Browse the repository at this point in the history
Add dependabot configuration to automatically update the dependencies of
this repository.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix committed Mar 25, 2024
1 parent f8f808a commit 5218e50
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
ignore:
# Ginkgo update needs a change in Makefile.
- dependency-name: "github.com/onsi/ginkgo/v2"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
open-pull-requests-limit: 3
labels:
- "release-note-none"

0 comments on commit 5218e50

Please sign in to comment.