Skip to content

Commit

Permalink
chore(tool): migrate renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and provokateurin committed Aug 6, 2024
1 parent a4d7f37 commit eea351e
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 eea351e

Please sign in to comment.