diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..53dc2976 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +# dependabot +# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# ------------------------------------------------------------------------------ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + open-pull-requests-limit: 1 + schedule: + interval: quarterly + groups: + github-actions: + patterns: + - '*' + cooldown: + default-days: 7 +- package-ecosystem: pre-commit + directory: / + open-pull-requests-limit: 1 + schedule: + interval: quarterly + groups: + pre-commit: + patterns: + - '*' + cooldown: + default-days: 7