Skip to content

Commit 6f97898

Browse files
authored
Merge pull request #1651 from nextcloud/fix/noid/block-webpack-polyfill
chore(deps): block node-polyfill-webpack-plugin from dependabot updates
2 parents 8912907 + f67dc1c commit 6f97898

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
day: saturday
1212
time: "03:00"
1313
timezone: Europe/Berlin
14+
ignore:
15+
- dependency-name: "node-polyfill-webpack-plugin"
16+
# ignore versions > 4.0.0
17+
versions: [ "^4.1.0" ]
1418

1519
- package-ecosystem: npm
1620
target-branch: stable1
@@ -24,3 +28,7 @@ updates:
2428
day: saturday
2529
time: "03:00"
2630
timezone: Europe/Berlin
31+
ignore:
32+
- dependency-name: "node-polyfill-webpack-plugin"
33+
# ignore versions > 4.0.0
34+
versions: [ "^4.1.0" ]

0 commit comments

Comments
 (0)