Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/rollkit/go-…
Browse files Browse the repository at this point in the history
…sequencing-0.3.0
  • Loading branch information
gupadhyaya authored Oct 21, 2024
2 parents 00b43ed + 40cd18d commit b8c3d6b
Showing 1 changed file with 46 additions and 3 deletions.
49 changes: 46 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
version: 2
updates:
# Rollkit specific updates
# Trigger daily, group minor and patch updates
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-name: "rollkit/*"
labels:
- T:dependencies
# Group all patch updates into a single PR
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-name: "github.com/rollkit/*"
labels:
- T:dependencies
# Group all patch updates into a single PR
Expand All @@ -26,3 +33,39 @@ updates:
applies-to: version-updates
update-types:
- "patch"
- "minor"
commit-message:
include: "scope"
prefix: "build"
# All other dependencies
# Trigger weekly, group patch updates
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
labels:
- T:dependencies
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
labels:
- T:dependencies
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
commit-message:
include: "scope"
prefix: "build"

0 comments on commit b8c3d6b

Please sign in to comment.