Skip to content

Commit

Permalink
added dependabot.yml for version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd committed Jul 12, 2024
1 parent 67f77f3 commit 2e6a296
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: "go"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 5
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
major:
applies-to: version-updates
update-types:
- "major"

0 comments on commit 2e6a296

Please sign in to comment.