Skip to content

Commit

Permalink
Slow down some dependency updates [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Mar 19, 2024
1 parent 2ae56a3 commit ddbec9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@
"matchUpdateTypes": ["major"],
"reviewers": ["testower"]
},
// gbfs-java-model patch releases are automatic dependency upgrades so we automerge
// some dependencies that we auto-merge release very often and even the auto-merges create a lot of
// noise, so we slow it down a bit
{
"matchPackageNames": [
"org.entur.gbfs:gbfs-java-model",
"ch.qos.logback:logback-classic"
"ch.qos.logback:logback-classic",
"io.github.git-commit-id:git-commit-id-maven-plugin"
],
"matchUpdateTypes": ["patch"],
"schedule": "on the 18th day of the month",
Expand Down Expand Up @@ -110,7 +112,6 @@
"org.codehaus.mojo:build-helper-maven-plugin",
"org.apache.maven.plugins:maven-gpg-plugin",
"org.apache.maven.plugins:maven-source-plugin",
"io.github.git-commit-id:git-commit-id-maven-plugin",
"com.hubspot.maven.plugins:prettier-maven-plugin",
"com.google.cloud.tools:jib-maven-plugin",
"org.apache.maven.plugins:maven-shade-plugin",
Expand Down

0 comments on commit ddbec9b

Please sign in to comment.