Skip to content

Commit

Permalink
ci: setup Dependabot for the Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 11, 2023
1 parent d7e4098 commit 4334cdd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
---
version: 2
updates:
-
package-ecosystem: gomod
directory: /
schedule:
interval: weekly
commit-message:
prefix: chore
-
package-ecosystem: gomod
directory: /caddy
schedule:
interval: weekly
commit-message:
prefix: chore(caddy)
# These packages must be in sync with versions
# used by github.com/caddyserver/caddy/v2
ignore:
-
dependency-name: github.com/google/cel-go
-
dependency-name: github.com/quic-go/*
-
package-ecosystem: github-actions
directory: /
Expand Down

0 comments on commit 4334cdd

Please sign in to comment.