Skip to content

Commit

Permalink
ci: configure dependabot to monitor Terraform updates
Browse files Browse the repository at this point in the history
Part of #1590

[skip ci]
  • Loading branch information
php-coder committed Jan 13, 2025
1 parent 11c1ab5 commit 6cc1261
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,23 @@ updates:
rebase-strategy: "disabled"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 1

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
# NOTE: only terraform >= 0.13 and <= 1.8.x is supported
- package-ecosystem: "terraform"
directory: "infra/terraform"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
schedule:
interval: "daily"
time: "08:00"
timezone: "Asia/Novosibirsk"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
commit-message:
prefix: "chore"
assignees: [ "php-coder" ]
reviewers: [ "php-coder" ]
labels: [ "kind/dependency-update" ]
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rebase-strategy
rebase-strategy: "disabled"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 1

0 comments on commit 6cc1261

Please sign in to comment.