diff --git a/.github/.dependabot b/.github/.dependabot new file mode 100644 index 0000000..286e2c4 --- /dev/null +++ b/.github/.dependabot @@ -0,0 +1,32 @@ +# Dependabot configuration +# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates + +version: 2 +updates: + # GitHub Actions (workflow dependencies) + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build" + prefix-development: "chore" + include: "scope" + groups: + github-actions: + patterns: + - "*" + + # Yarn (package.json, yarn.lock, etc.) + - package-ecosystem: "yarn" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build" + prefix-development: "chore" + include: "scope" + groups: + yarn: + patterns: + - "*"