diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d555b734d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: monthly + day: monday + open-pull-requests-limit: 2 + target-branch: "ci" + versioning-strategy: increase + allow: + - dependency-type: direct + labels: + - "build" + + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + day: monday + open-pull-requests-limit: 2 + target-branch: "ci" + labels: + - "build"