Skip to content

Commit

Permalink
Test exclusion of uniget images
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 9, 2023
1 parent d1aa676 commit 84b6651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
}
],
"digest": {"labels": ["bump/digest", "type/renovate"]},
"enabledManagers": ["custom.regex"],
"enabledManagers": ["custom.regex", "docker"],
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
Expand All @@ -50,9 +50,9 @@ jobs:
"minor": {"labels": ["bump/minor", "type/renovate"]},
"packageRules": [
{
"enabled": false,
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/uniget-org/tools/"]
"matchPackageNames": ["ghcr.io/uniget-org/tools/base"],
"enabled": false
}
],
"patch": {"labels": ["bump/patch", "type/renovate"]},
Expand Down

0 comments on commit 84b6651

Please sign in to comment.