Configure Renovate #74

Merged
renovate[bot] merged 1 commit from renovate/configure into helma-🐜 2023-08-27 10:53:35 +00:00
renovate[bot] commented 2023-08-27 10:50:30 +00:00 (Migrated from github.com)

Mend Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • launcher/build.gradle (gradle)
  • modules/helma/build.gradle (gradle)
  • modules/jala/build.gradle (gradle)
  • modules/jala/util/HopKit/build.gradle (gradle)
  • modules/jala/util/Test/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 13 Pull Requests:

fix(deps): update dependency org.mozilla:rhino to v1.7.14
  • Schedule: ["at any time"]
  • Branch name: renovate/org.mozilla-rhino-1.x
  • Merge into: helma-🐜
  • Upgrade org.mozilla:rhino to 1.7.14
fix(deps): update dependency commons-codec:commons-codec to v1.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/commons-codec-commons-codec-1.x
  • Merge into: helma-🐜
  • Upgrade commons-codec:commons-codec to 1.16.0
fix(deps): update dependency jaxen:jaxen to v1.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jaxen-jaxen-1.x
  • Merge into: helma-🐜
  • Upgrade jaxen:jaxen to 1.2.0
fix(deps): update dependency net.sourceforge.jexcelapi:jxl to v2.6.12
  • Schedule: ["at any time"]
  • Branch name: renovate/net.sourceforge.jexcelapi-jxl-2.x
  • Merge into: helma-🐜
  • Upgrade net.sourceforge.jexcelapi:jxl to 2.6.12
fix(deps): update dependency org.apache.lucene:lucene-analyzers to v2.9.4
fix(deps): update dependency org.apache.lucene:lucene-core to v2.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.lucene-lucene-core-2.x
  • Merge into: helma-🐜
  • Upgrade org.apache.lucene:lucene-core to 2.9.4
fix(deps): update dependency ch.ethz.ganymed:ganymed-ssh2 to v262
  • Schedule: ["at any time"]
  • Branch name: renovate/ch.ethz.ganymed-ganymed-ssh2-262.x
  • Merge into: helma-🐜
  • Upgrade ch.ethz.ganymed:ganymed-ssh2 to 262
fix(deps): update dependency dom4j:dom4j to v20040902
  • Schedule: ["at any time"]
  • Branch name: renovate/dom4j-dom4j-20040902.x
  • Merge into: helma-🐜
  • Upgrade dom4j:dom4j to 20040902.021138
fix(deps): update dependency jaxen:jaxen to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/jaxen-jaxen-2.x
  • Merge into: helma-🐜
  • Upgrade jaxen:jaxen to 2.0.0
fix(deps): update dependency org.apache.lucene:lucene-analyzers to v3
fix(deps): update dependency org.apache.lucene:lucene-core to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.lucene-lucene-core-9.x
  • Merge into: helma-🐜
  • Upgrade org.apache.lucene:lucene-core to 9.7.0
fix(deps): update dependency org.eclipse.jetty:jetty-servlet to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/org.eclipse.jetty-jetty-servlet-11.x
  • Merge into: helma-🐜
  • Upgrade org.eclipse.jetty:jetty-servlet to 11.0.15
fix(deps): update dependency org.eclipse.jetty:jetty-xml to v12
  • Schedule: ["at any time"]
  • Branch name: renovate/org.eclipse.jetty-jetty-xml-12.x
  • Merge into: helma-🐜
  • Upgrade org.eclipse.jetty:jetty-xml to 12.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


⚠ Dependency Lookup Warnings ⚠

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up maven package net.sf.javamusictag:jid3lib

Files affected: modules/jala/build.gradle


Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `gradle.properties` (gradle) * `settings.gradle` (gradle) * `build.gradle` (gradle) * `launcher/build.gradle` (gradle) * `modules/helma/build.gradle` (gradle) * `modules/jala/build.gradle` (gradle) * `modules/jala/util/HopKit/build.gradle` (gradle) * `modules/jala/util/Test/build.gradle` (gradle) * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Show all Merge Confidence badges for pull requests. - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 13 Pull Requests: <details> <summary>fix(deps): update dependency org.mozilla:rhino to v1.7.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.mozilla-rhino-1.x` - Merge into: `helma-🐜` - Upgrade [org.mozilla:rhino](https://togithub.com/mozilla/rhino) to `1.7.14` </details> <details> <summary>fix(deps): update dependency commons-codec:commons-codec to v1.16.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/commons-codec-commons-codec-1.x` - Merge into: `helma-🐜` - Upgrade [commons-codec:commons-codec](https://togithub.com/apache/commons-codec) to `1.16.0` </details> <details> <summary>fix(deps): update dependency jaxen:jaxen to v1.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/jaxen-jaxen-1.x` - Merge into: `helma-🐜` - Upgrade [jaxen:jaxen](https://togithub.com/jaxen-xpath/jaxen) to `1.2.0` </details> <details> <summary>fix(deps): update dependency net.sourceforge.jexcelapi:jxl to v2.6.12</summary> - Schedule: ["at any time"] - Branch name: `renovate/net.sourceforge.jexcelapi-jxl-2.x` - Merge into: `helma-🐜` - Upgrade [net.sourceforge.jexcelapi:jxl](http://jexcelapi.cvs.sourceforge.net/jexcelapi/) to `2.6.12` </details> <details> <summary>fix(deps): update dependency org.apache.lucene:lucene-analyzers to v2.9.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.lucene-lucene-analyzers-2.x` - Merge into: `helma-🐜` - Upgrade [org.apache.lucene:lucene-analyzers](http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x) to `2.9.4` </details> <details> <summary>fix(deps): update dependency org.apache.lucene:lucene-core to v2.9.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.lucene-lucene-core-2.x` - Merge into: `helma-🐜` - Upgrade [org.apache.lucene:lucene-core](https://gitbox.apache.org/repos/asf?p=lucene.git) to `2.9.4` </details> <details> <summary>fix(deps): update dependency ch.ethz.ganymed:ganymed-ssh2 to v262</summary> - Schedule: ["at any time"] - Branch name: `renovate/ch.ethz.ganymed-ganymed-ssh2-262.x` - Merge into: `helma-🐜` - Upgrade [ch.ethz.ganymed:ganymed-ssh2](http://ganymed-ssh-2.googlecode.com/svn/tags/ganymed-ssh2-262) to `262` </details> <details> <summary>fix(deps): update dependency dom4j:dom4j to v20040902</summary> - Schedule: ["at any time"] - Branch name: `renovate/dom4j-dom4j-20040902.x` - Merge into: `helma-🐜` - Upgrade [dom4j:dom4j](http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dom4j/dom4j/) to `20040902.021138` </details> <details> <summary>fix(deps): update dependency jaxen:jaxen to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/jaxen-jaxen-2.x` - Merge into: `helma-🐜` - Upgrade [jaxen:jaxen](https://togithub.com/jaxen-xpath/jaxen) to `2.0.0` </details> <details> <summary>fix(deps): update dependency org.apache.lucene:lucene-analyzers to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.lucene-lucene-analyzers-3.x` - Merge into: `helma-🐜` - Upgrade [org.apache.lucene:lucene-analyzers](http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x) to `3.6.2` </details> <details> <summary>fix(deps): update dependency org.apache.lucene:lucene-core to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.lucene-lucene-core-9.x` - Merge into: `helma-🐜` - Upgrade [org.apache.lucene:lucene-core](https://gitbox.apache.org/repos/asf?p=lucene.git) to `9.7.0` </details> <details> <summary>fix(deps): update dependency org.eclipse.jetty:jetty-servlet to v11</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.eclipse.jetty-jetty-servlet-11.x` - Merge into: `helma-🐜` - Upgrade [org.eclipse.jetty:jetty-servlet](https://togithub.com/eclipse/jetty.project) to `11.0.15` </details> <details> <summary>fix(deps): update dependency org.eclipse.jetty:jetty-xml to v12</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.eclipse.jetty-jetty-xml-12.x` - Merge into: `helma-🐜` - Upgrade [org.eclipse.jetty:jetty-xml](https://togithub.com/eclipse/jetty.project) to `12.0.0` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details. --- ### ⚠ Dependency Lookup Warnings ⚠ Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR. - `Failed to look up maven package net.sf.javamusictag:jid3lib` Files affected: `modules/jala/build.gradle` --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/antville/helma). <!--renovate-config-hash:16b5d9aaa4c1b72cbe8c97df5985b530c94d3cb61c84931d45dcc539f5fbf9f7-->
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/helma#74
No description provided.