Skip to content

Commit

Permalink
tests: added dependabot for updating dependencies (#14579)
Browse files Browse the repository at this point in the history
* tests: added dependabot for updating dependencies

* group PRs according to type of version increase
  • Loading branch information
maykathm authored Dec 5, 2024
1 parent da1e85f commit 0268f05
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
non-breaking:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
breaking:
applies-to: version-updates
patterns:
- "*"
update-types:
- "major"

0 comments on commit 0268f05

Please sign in to comment.