Skip to content

Commit

Permalink
fix(renovate): update renovate config (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 25, 2024
1 parent 1e63b58 commit b792d65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"matchManagers": [
"github-actions"
],
"matchPackagePrefixes": [
"actions/",
"github/"
"matchPackageNames": [
"actions/**",
"github/**"
],
},
// combine LizardByte/plexhints and pypi plexhints into a single group
Expand Down Expand Up @@ -89,8 +89,8 @@
"matchManagers": [
"github-actions"
],
"matchPackagePrefixes": [
"LizardByte/"
"matchPackageNames": [
"LizardByte/**"
],
},
],
Expand Down

0 comments on commit b792d65

Please sign in to comment.