Skip to content

Commit

Permalink
Merge branch 'master' into fx_tf-target
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Jul 6, 2023
2 parents 213e28d + a66128d commit 3c02285
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/terraform/.github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"extends": [
"config:base",
":preserveSemverRanges"
":preserveSemverRanges",
":rebaseStalePrs"
],
"baseBranches": ["main", "master", "/^release\\/v\\d{1,2}$/"],
"baseBranches": ["main"],
"labels": ["auto-update"],
"dependencyDashboardAutoclose": true,
"enabledManagers": ["terraform"],
"terraform": {
"ignorePaths": ["**/context.tf", "examples/**"]
"ignorePaths": ["**/context.tf"]
}
}

0 comments on commit 3c02285

Please sign in to comment.