Skip to content

Commit

Permalink
Enable dependabot (#344)
Browse files Browse the repository at this point in the history
Same as everywhere else. Weekly and ignore patch updates.
  • Loading branch information
mkysel authored Dec 19, 2024
1 parent 428481c commit 794b353
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
gomod-updates:
patterns:
- "**"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 794b353

Please sign in to comment.