diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..3027f26c34 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + actions-deps: + patterns: + - "*" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + groups: + dev-deps: + dependency-type: "development" + update-types: + - "minor" + - "patch" + prod-deps: + dependency-type: "production" + update-types: + - "minor" + - "patch" \ No newline at end of file