diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..0faf802 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,35 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + time: "09:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "chore(deps)" + groups: + minor-and-patch: + applies-to: version-updates + patterns: + - "*" + update-types: + - minor + - patch + open-pull-requests-limit: 10 + target-branch: "develop" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "09:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "ci" + groups: + github-actions: + applies-to: version-updates + patterns: + - "*" + open-pull-requests-limit: 10 + target-branch: "develop"