Skip to content

Commit

Permalink
Merge pull request #2357 from nextcloud/chore/tool/migrate-renovate-c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
provokateurin authored Aug 6, 2024
2 parents a4d7f37 + be72d7c commit 010f2ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"patch"
],
"matchCurrentVersion": "!/^0/",
"excludeDepNames": [
"app",
"dynamite_end_to_end_test",
"dynamite_petstore_example",
"neon_lints",
"nextcloud_test"
"matchDepNames": [
"!app",
"!dynamite_end_to_end_test",
"!dynamite_petstore_example",
"!neon_lints",
"!nextcloud_test"
],
"enabled": false
},
Expand All @@ -55,19 +55,19 @@
},
{
"groupName": "built_value",
"matchPackagePatterns": "^built"
"matchPackageNames": ["/^built/"]
},
{
"groupName": "go_router",
"matchPackagePatterns": "^go_router"
"matchPackageNames": ["/^go_router/"]
},
{
"groupName": "sqflite",
"matchPackagePatterns": "^sqflite"
"matchPackageNames": ["/^sqflite/"]
},
{
"groupName": "unifiedpush",
"matchPackagePatterns": "^unifiedpush"
"matchPackageNames": ["/^unifiedpush/"]
},
{
"groupName": "xml_serializable",
Expand Down

0 comments on commit 010f2ec

Please sign in to comment.