diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..09414fa46 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,38 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + time: "10:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "build" + include: "scope" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + time: "10:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "build" + include: "scope" + - package-ecosystem: "npm" + directory: "/ui" + schedule: + interval: "monthly" + time: "10:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "build" + include: "scope" + - package-ecosystem: "pip" + directory: "/python" + schedule: + interval: "monthly" + time: "10:00" + timezone: "Asia/Tokyo" + commit-message: + prefix: "build" + include: "scope" diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index e925f66f8..0f937584d 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -24,4 +24,4 @@ jobs: custom-allsigned-prcomment: "All Contributors have signed the CLA." lock-pullrequest-aftermerge: false branch: "main" - allowlist: github-actions,renovate[bot] + allowlist: github-actions,renovate[bot],dependabot[bot]