Skip to content

Commit

Permalink
Renovate: only add one label (#7720)
Browse files Browse the repository at this point in the history
This change is an attempt to work around the github actions issue that lets either the required checks refer to the wrong workflow run or the wrong workflow run being cancelled.
  • Loading branch information
snazy committed Nov 15, 2023
1 parent 5b78998 commit 66021b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
packageRules: [
{
matchManagers: ["maven", "gradle", "gradle-wrapper"],
"labels": ["dependencies", "java"],
"labels": ["dependencies"],
},
{
matchManagers: ["pip_requirements", "pip_setup"],
"labels": ["dependencies", "python"],
"labels": ["dependencies"],
},
{
matchManagers: ["dockerfile"],
"labels": ["dependencies", "docker"],
"labels": ["dependencies"],
},

// Check for updates, merge automatically
Expand Down

0 comments on commit 66021b8

Please sign in to comment.