diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..91ac62b90 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + # github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "3.x" + # npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + target-branch: "3.x"