-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |