Skip to content

Commit

Permalink
INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 8, 2024
1 parent 5707f27 commit b1170b6
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>Hapag-Lloyd/Renovate-Global-Configuration"],

packageRules: [
{
matchManagers: ["github-actions"],
automerge: false,
description: "Do not auto-merge changes in the github-actions as we are referencing theses actions in the `this_*` files which would then create a new PR (circular dependency).",
},
{
matchManagers: ["github-actions"],
matchFileNames: [".github/workflows/this_*"],
groupName: "GitHub Actions",
description: "Group all github-actions packages together as actions use the same digest.",
},
],
extends: ["github>Hapag-Lloyd/Renovate-Global-Configuration"]
}

0 comments on commit b1170b6

Please sign in to comment.