Skip to content

Commit

Permalink
Merge pull request #9064 from garazdawi/update-dependabot-config
Browse files Browse the repository at this point in the history
Update dependabot config
  • Loading branch information
garazdawi authored Nov 15, 2024
2 parents e7d77a7 + 4043a0d commit a3fd59c
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,52 @@
version: 2

updates:

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "weekly"
labels:
- "team:VM"
assignees:
- "garazdawi"
- "kikofernandez"
open-pull-requests-limit: 10
groups:
github-actions:
patterns: ['*']
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "maint"
schedule:
interval: "weekly"
labels:
- "team:VM"
assignees:
- "garazdawi"
- "kikofernandez"
open-pull-requests-limit: 10
groups:
github-actions:
patterns: ['*']
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "maint-27"
schedule:
interval: "weekly"
labels:
- "team:VM"
assignees:
- "garazdawi"
- "kikofernandez"
open-pull-requests-limit: 10
groups:
github-actions:
patterns: ['*']
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "maint-26"
schedule:
interval: "weekly"
labels:
Expand All @@ -14,3 +58,17 @@ updates:
groups:
github-actions:
patterns: ['*']
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "maint-25"
schedule:
interval: "weekly"
labels:
- "team:VM"
assignees:
- "garazdawi"
- "kikofernandez"
open-pull-requests-limit: 10
groups:
github-actions:
patterns: ['*']

0 comments on commit a3fd59c

Please sign in to comment.