Skip to content

Commit ba6c00b

Browse files
Upgrade to GitHub-native Dependabot (#127)
* Upgrade to GitHub-native Dependabot * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Quentin Ménoret <[email protected]>
1 parent 25b50fc commit ba6c00b

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: "01:00"
8+
pull-request-branch-name:
9+
separator: "-"
10+
open-pull-requests-limit: 99
11+
target-branch: main
12+
assignees:
13+
- qmenoret
14+
labels:
15+
- dependencies

0 commit comments

Comments
 (0)