Skip to content

Commit bb8c4d6

Browse files
authored
Merge pull request #22 from hacknug/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents bf28eb2 + 3500eab commit bb8c4d6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.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: 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)