We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8912907 + f67dc1c commit 6f97898Copy full SHA for 6f97898
.github/dependabot.yml
@@ -11,6 +11,10 @@ updates:
11
day: saturday
12
time: "03:00"
13
timezone: Europe/Berlin
14
+ ignore:
15
+ - dependency-name: "node-polyfill-webpack-plugin"
16
+ # ignore versions > 4.0.0
17
+ versions: [ "^4.1.0" ]
18
19
- package-ecosystem: npm
20
target-branch: stable1
@@ -24,3 +28,7 @@ updates:
24
28
25
29
26
30
31
32
33
34
0 commit comments