diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fcc05307 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,42 @@ +version: 2 +updates: + - package-ecosystem: gomod + open-pull-requests-limit: 10 + directory: "/db" + schedule: + interval: "monthly" + groups: + gomod-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: github-actions + open-pull-requests-limit: 5 + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: npm + open-pull-requests-limit: 5 + directory: "/web" + schedule: + interval: "monthly" + groups: + npm-backward-compatible: + update-types: + - minor + - patch + - package-ecosystem: npm + open-pull-requests-limit: 5 + directory: "/docs" + schedule: + interval: "monthly" + groups: + docker-backward-compatible: + update-types: + - minor + - patch \ No newline at end of file