diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c4d7ebc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: monday + time: "06:00" + open-pull-requests-limit: 5 + commit-message: + prefix: "chore(deps)" + labels: + - dependencies + - github-actions + groups: + github-actions-minor: + update-types: ["minor", "patch"]