Skip to content

Commit 977d015

Browse files
authored
Chore: [AEA-0000] - stagger dependabot (#2076)
## Summary - Routine Change ### Details - stagger dependabot
1 parent 7539827 commit 977d015

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Ubuntu",
2+
"name": "eps-account-resources",
33
"build": {
44
"dockerfile": "Dockerfile",
55
"context": "..",

.github/dependabot.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ registries:
88
type: npm-registry
99
url: https://npm.pkg.github.com
1010
token: ${{secrets.DEPENDABOT_TOKEN}}
11+
1112
updates:
12-
- package-ecosystem: "github-actions"
13-
# Workflow files stored in the
14-
# default location of `.github/workflows`
13+
###################################
14+
# Poetry #########################
15+
###################################
16+
- package-ecosystem: "pip"
1517
directory: "/"
1618
schedule:
1719
interval: "weekly"
1820
day: "friday"
19-
time: "18:00" # UTC
20-
open-pull-requests-limit: 20
21+
time: "18:00" #UTC
22+
versioning-strategy: increase
23+
open-pull-requests-limit: 20
2124
commit-message:
2225
prefix: "Upgrade: [dependabot] - "
23-
24-
###################################
25-
# Poetry #########################
26-
###################################
27-
- package-ecosystem: "pip"
26+
- package-ecosystem: "github-actions"
27+
# Workflow files stored in the
28+
# default location of `.github/workflows`
2829
directory: "/"
2930
schedule:
3031
interval: "weekly"
3132
day: "friday"
32-
time: "18:00" # UTC
33-
open-pull-requests-limit: 20
34-
versioning-strategy: increase
33+
time: "20:00" #UTC
34+
open-pull-requests-limit: 20
3535
commit-message:
3636
prefix: "Upgrade: [dependabot] - "
3737

@@ -43,10 +43,10 @@ updates:
4343
schedule:
4444
interval: "weekly"
4545
day: "friday"
46-
time: "18:00" # UTC
46+
time: "22:00" #UTC
4747
versioning-strategy: increase
48+
open-pull-requests-limit: 20
4849
commit-message:
4950
prefix: "Upgrade: [dependabot] - "
50-
open-pull-requests-limit: 20
5151
registries:
5252
- npm-github

0 commit comments

Comments
 (0)