Skip to content

Commit

Permalink
ci: tidy up renovatebot config for each deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jan 7, 2025
1 parent a638c4f commit c7bfc4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/config/renovatebot/renovate-aws-marketplace.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
description: "Keeps AWS Marketplace up to date",
semanticCommitScope: "aws-marketplace",
packageRules: [
{
addLabels: ["deps/aws-marketplace"],
semanticCommitScope: "aws-marketplace",
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
matchFileNames: ["aws-marketplace/**"],
ignoreTests: true,
Expand Down
8 changes: 7 additions & 1 deletion .github/config/renovatebot/renovate-docker-compose.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
description: "Keeps Docker Compose up to date",
semanticCommitScope: "docker-compose",
packageRules: [
// Disable Minor and Major updates by default.
{
Expand All @@ -20,6 +19,13 @@
"docker-compose/versions/camunda-8.2/**",
],
},
// Set global config.
{
addLabels: ["deps/docker-compose"],
semanticCommitScope: "docker-compose",
matchFileNames: ["docker-compose/versions/**"],
},

//
// Main groups.
// This section should be updated with the Camunda supported versions.
Expand Down
8 changes: 5 additions & 3 deletions .github/config/renovatebot/renovate-github-actions.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
description: "Keeps GitHub Actions up to date",
semanticCommitScope: "github-actions",
packageRules: [
{
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
matchFileNames: [".github/**"],
semanticCommitScope: "github-actions",
groupName: "github-actions",
addLabels: ["deps/github-actions"],
matchManagers: ["github-actions"],
schedule: ["every weekend"],
},
],
}

0 comments on commit c7bfc4f

Please sign in to comment.