diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6828d463 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + # Ignore all updates to the `tests` directory (old webpack 4 tests) + - package-ecosystem: "npm" + directory: "/tests" + schedule: + interval: "weekly" + ignore: + - dependency-name: "*" + + - package-ecosystem: "npm" + directory: "/tests_webpack" + schedule: + interval: "weekly" + + - package-ecosystem: "npm" + directory: "/examples" + schedule: + interval: "weekly"