Skip to content

Commit ffd3bd8

Browse files
committed
stagger dependabot
1 parent 8939513 commit ffd3bd8

File tree

1 file changed

+28
-34
lines changed

1 file changed

+28
-34
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,66 @@
11
#########################################################################
22
# Dependabot configuration file
3-
# -----------------------------
4-
# Checks for updates for the following components:
5-
# - API Specification (OAS): npm
6-
# - E2E Tests (Pact tests): npm
7-
# - EPS API (Coordinator): npm + Docker
8-
# - EPS API Tool (EPSAT): npm + Docker
9-
#
10-
# rebase-strategy is set to 'disabled', as automated rebasing was causing
11-
# too many CI environments to be created, reducing available capacity for
12-
# us and other teams as well.
133
#########################################################################
144

155
version: 2
6+
registries:
7+
npm-github:
8+
type: npm-registry
9+
url: https://npm.pkg.github.com
10+
token: ${{secrets.DEPENDABOT_TOKEN}}
11+
1612
updates:
17-
- package-ecosystem: "github-actions"
18-
# Workflow files stored in the
19-
# default location of `.github/workflows`
13+
###################################
14+
# Poetry #########################
15+
###################################
16+
- package-ecosystem: "pip"
2017
directory: "/"
2118
schedule:
2219
interval: "weekly"
2320
day: "friday"
24-
time: "18:00" # UTC
25-
open-pull-requests-limit: 20
21+
time: "18:00" #UTC
22+
versioning-strategy: increase
23+
open-pull-requests-limit: 20
2624
commit-message:
2725
prefix: "Upgrade: [dependabot] - "
28-
29-
30-
###################################
31-
# Java workspace ##################
32-
###################################
33-
- package-ecosystem: "maven"
26+
- package-ecosystem: "github-actions"
27+
# Workflow files stored in the
28+
# default location of `.github/workflows`
3429
directory: "/"
35-
rebase-strategy: "disabled"
3630
schedule:
3731
interval: "weekly"
3832
day: "friday"
39-
time: "18:00" # UTC
40-
open-pull-requests-limit: 20
33+
time: "19:00" #UTC
34+
open-pull-requests-limit: 20
4135
commit-message:
4236
prefix: "Upgrade: [dependabot] - "
4337

44-
4538
###################################
46-
# Poetry #########################
39+
# NPM workspace ##################
4740
###################################
48-
- package-ecosystem: "pip"
41+
- package-ecosystem: "npm"
4942
directory: "/"
5043
schedule:
5144
interval: "weekly"
5245
day: "friday"
53-
time: "18:00" # UTC
46+
time: "20:00" #UTC
47+
versioning-strategy: increase
5448
open-pull-requests-limit: 20
5549
commit-message:
5650
prefix: "Upgrade: [dependabot] - "
57-
versioning-strategy: increase
58-
51+
registries:
52+
- npm-github
5953

6054
###################################
61-
# NPM workspace ##################
55+
# Java workspace ##################
6256
###################################
63-
- package-ecosystem: "npm"
57+
- package-ecosystem: "maven"
6458
directory: "/"
59+
rebase-strategy: "disabled"
6560
schedule:
6661
interval: "weekly"
6762
day: "friday"
68-
time: "18:00" # UTC
63+
time: "21:00" # UTC
6964
open-pull-requests-limit: 20
7065
commit-message:
7166
prefix: "Upgrade: [dependabot] - "
72-
versioning-strategy: increase

0 commit comments

Comments
 (0)