Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 30, 2025
1 parent f0a2429 commit cc4674b
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,78 @@
"major"
]
},
{
"groupName": "Dependencies: Maven App: Wire Schema",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"com.squareup.wire:*"
],
"enabled": false,
"matchUpdateTypes": [
"minor",
"patch"
],
"schedule": [
"* 0 1 * *"
]
},
{
"groupName": "Dependencies: Maven App: Wire Schema (Major)",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"com.squareup.wire:*"
],
"enabled": false,
"matchUpdateTypes": [
"major"
]
},
{
"groupName": "Dependencies: Maven App: Maven Plugins",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"org.apache.maven.plugins:*"
],
"enabled": false,
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "Dependencies: Maven App: Maven Plugins (Major)",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"org.apache.maven.plugins:*"
],
"enabled": false,
"matchUpdateTypes": [
"major"
]
},
{
"groupName": "Dependencies: Operator: Quarkus Operator SDK",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"io.quarkiverse.operatorsdk:*"
],
"enabled": false,
"matchUpdateTypes": [
"minor",
"patch"
]
},

{
"groupName": "Dependencies: UI App",
"matchFileNames": [
Expand Down

0 comments on commit cc4674b

Please sign in to comment.