diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bfc961e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,30 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: "sunday" + time: "10:00" + groups: + actions-minor: + update-types: + - "minor" + - "patch" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: weekly + day: "sunday" + time: "08:00" + groups: + npm-development: + dependency-type: "development" + update-types: + - "minor" + - "patch" + npm-production: + dependency-type: "production" + update-types: + - "patch"