Skip to content

Commit

Permalink
Merge pull request #76 from nlamirault/feat/renovate-config
Browse files Browse the repository at this point in the history
Renovate configuration
  • Loading branch information
nlamirault authored Dec 9, 2022
2 parents c68390d + f0f88a0 commit 72141a9
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"matchPackageNames": ["hashicorp/terraform"],
"matchUpdateTypes": ["patch"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/low", "size/xs"]
},
// Labels for TFlint Plugin
{
"matchManagers": ["tflint-plugin"],
"updateTypes": ["major"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/high", "size/xs"]
},
{
"matchManagers": ["tflint-plugin"],
"updateTypes": ["minor"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/medium", "size/xs"]
},
{
"matchManagers": ["tflint-plugin"],
"updateTypes": ["patch"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/terraform", "dependency/terraform", "priority/low", "size/xs"]
},
// Labels for Docker
{
Expand Down Expand Up @@ -80,5 +96,37 @@
"updateTypes": ["patch"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "area/github", "dependency/github", "priority/low", "size/xs"]
},
// Labels for Github Tags
{
"datasources": ["github-tags"],
"updateTypes": ["major"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/high", "size/xs"]
},
{
"datasources": ["github-tags"],
"updateTypes": ["minor"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/medium", "size/xs"]
},
{
"datasources": ["github-tags"],
"updateTypes": ["patch"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "priority/low", "size/xs"]
},
// Labels for PreCommit
{
"matchPaths": [".pre-commit-config.yaml"],
"matchUpdateTypes": ["major"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/high", "size/xs"]
},
{
"matchPaths": [".pre-commit-config.yaml"],
"matchUpdateTypes": ["minor"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/medium", "size/xs"]
},
{
"matchPaths": [".pre-commit-config.yaml"],
"matchUpdateTypes": ["patch"],
"labels": ["kind/renovate", "lifecycle/active", "status/review_needed", "dependency/github", "priority/low", "size/xs"]
},
]
}

0 comments on commit 72141a9

Please sign in to comment.