Skip to content

Commit b3dbd38

Browse files
authored
Chore: [AEA-0000] - Stagger dependabot (#2834)
## Summary - Routine Change ### Details - stagger dependabot
1 parent e80a803 commit b3dbd38

2 files changed

Lines changed: 26 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,52 @@
1-
#########################################################################
1+
#########################################################################
22
# Dependabot configuration file
33
#########################################################################
44

55
version: 2
6+
registries:
7+
npm-github:
8+
type: npm-registry
9+
url: https://npm.pkg.github.com
10+
token: ${{secrets.DEPENDABOT_TOKEN}}
11+
612
updates:
7-
- package-ecosystem: "github-actions"
8-
# Workflow files stored in the
9-
# default location of `.github/workflows`
13+
###################################
14+
# Poetry #########################
15+
###################################
16+
- package-ecosystem: "pip"
1017
directory: "/"
1118
schedule:
1219
interval: "weekly"
1320
day: "friday"
14-
time: "18:00" # UTC
15-
open-pull-requests-limit: 20
21+
time: "18:00" #UTC
22+
versioning-strategy: increase
23+
open-pull-requests-limit: 20
1624
commit-message:
1725
prefix: "Upgrade: [dependabot] - "
18-
19-
###################################
20-
# NPM workspace ##################
21-
###################################
22-
- package-ecosystem: "npm"
26+
- package-ecosystem: "github-actions"
27+
# Workflow files stored in the
28+
# default location of `.github/workflows`
2329
directory: "/"
2430
schedule:
2531
interval: "weekly"
2632
day: "friday"
27-
time: "18:00" # UTC
28-
open-pull-requests-limit: 20
29-
versioning-strategy: increase
33+
time: "20:00" #UTC
34+
open-pull-requests-limit: 20
3035
commit-message:
3136
prefix: "Upgrade: [dependabot] - "
3237

3338
###################################
34-
# Poetry #########################
39+
# NPM workspace ##################
3540
###################################
36-
- package-ecosystem: "pip"
41+
- package-ecosystem: "npm"
3742
directory: "/"
3843
schedule:
3944
interval: "weekly"
4045
day: "friday"
41-
time: "18:00" # UTC
42-
open-pull-requests-limit: 20
46+
time: "22:00" #UTC
4347
versioning-strategy: increase
48+
open-pull-requests-limit: 20
4449
commit-message:
4550
prefix: "Upgrade: [dependabot] - "
51+
registries:
52+
- npm-github

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
name: Check for merge conflict strings

0 commit comments

Comments
 (0)