Skip to content

Commit

Permalink
Merge pull request #928 from SpiNNakerManchester/dependabot-config-tweak
Browse files Browse the repository at this point in the history
More tweaks to the dependabot config
  • Loading branch information
dkfellows committed Jun 27, 2023
2 parents 97cf4bc + 3765524 commit 624a043
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@

version: 2
updates:
# Packages used by Java code: primary branch
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
interval: weekly
day: monday
open-pull-requests-limit: 10
labels:
- "bug"
- "dependabot"
Expand All @@ -31,7 +34,8 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
interval: weekly
day: tuesday
labels:
- "bug"
- "dependabot"
Expand All @@ -41,17 +45,22 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
interval: weekly
day: tuesday
labels:
- "bug"
- "dependabot"
target-branch: "spring-6"
assignees:
- "dkfellows"

# Actions are only checked on primary branch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: weekly
day: monday
open-pull-requests-limit: 10
labels:
- "bug"
- "dependabot"
Expand Down

0 comments on commit 624a043

Please sign in to comment.