Skip to content

Commit 7bf1515

Browse files
Merge pull request #230 from UserOfficeProject/1507-dependabot-config
feat: add dependabot config (same format as user office core)
2 parents 0fde65d + 173a608 commit 7bf1515

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'
7+
day: 'sunday'
8+
# Limit PRs open from dependabot to avoid reaching job runners limt
9+
open-pull-requests-limit: 2
10+
pull-request-branch-name:
11+
# Separate sections of the branch name with a hyphen because docker hub doesn't want slashes
12+
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
13+
separator: '-'
14+
versioning-strategy: increase-if-necessary
15+
cooldown:
16+
default-days: 7

0 commit comments

Comments
 (0)