Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Jul 27, 2024
1 parent 2d55e50 commit 703810a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
target-branch: development
groups:
dev-dependencies:
patterns:
- "*" # Include all dependencies by default
exclude-patterns:
- "*gopsutil*" # Exclude gopsutil due to history of cross-compile breakage

0 comments on commit 703810a

Please sign in to comment.