Skip to content

Commit b75f530

Browse files
Re-add accidentally removed updates of NPM, bundler
1 parent 2908a2e commit b75f530

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
version: 2
22
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: '20:00'
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: bundler
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
time: '20:00'
14+
open-pull-requests-limit: 10
315
- package-ecosystem: "github-actions"
416
directory: "/"
517
schedule:

0 commit comments

Comments
 (0)