Skip to content

Commit 3500eab

Browse files
Upgrade to GitHub-native Dependabot
1 parent 609843c commit 3500eab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
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: daily
7+
time: "10:00"
8+
timezone: Europe/Madrid
9+
open-pull-requests-limit: 10
10+
ignore:
11+
- dependency-name: tailwindcss
12+
versions:
13+
- 2.0.3
14+
- 2.0.4
15+
- 2.1.1

0 commit comments

Comments
 (0)