Skip to content

Commit 3b9e2a1

Browse files
Upgrade to GitHub-native Dependabot
1 parent 2e3be94 commit 3b9e2a1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
timezone: Europe/Madrid
9+
open-pull-requests-limit: 10
10+
ignore:
11+
- dependency-name: postcss
12+
versions:
13+
- 8.2.10
14+
- 8.2.12
15+
- 8.2.4
16+
- 8.2.5
17+
- 8.2.6
18+
- 8.2.7
19+
- 8.2.8
20+
- 8.2.9
21+
- dependency-name: y18n
22+
versions:
23+
- 4.0.2

0 commit comments

Comments
 (0)