Skip to content

Commit

Permalink
Merge pull request #6 from kanwalpreetd/dependabot_updates
Browse files Browse the repository at this point in the history
added dependabot.yml for version updates
  • Loading branch information
kanwalpreetd authored Jul 12, 2024
2 parents 67f77f3 + 2e6a296 commit aa2730b
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 aa2730b

Please sign in to comment.