We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8dd72 commit 0e1e165Copy full SHA for 0e1e165
.github/dependabot.yml
@@ -0,0 +1,25 @@
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: tailwindcss
22
23
+ - 2.0.3
24
+ - 2.0.4
25
+ - 2.1.1
0 commit comments