chore: Configure Renovate #1

Merged
Rainnny merged 1 commits from renovate/configure into master 2024-03-17 19:24:06 -07:00
Owner

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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .gitea/workflows/publish.yml (github-actions)
  • Example-Java/pom.xml (maven)
  • pom.xml (maven)
  • Frontend/package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

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

chore(deps): update dependency autoprefixer to v10.4.18
  • Schedule: ["at any time"]
  • Branch name: renovate/autoprefixer-10.x-lockfile
  • Merge into: master
  • Upgrade autoprefixer to 10.4.18
chore(deps): update dependency postcss to v8.4.36
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x-lockfile
  • Merge into: master
  • Upgrade postcss to 8.4.36
chore(deps): update react monorepo to v18.2.66
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade @types/react to 18.2.66
  • Upgrade @types/react-dom to 18.2.22
fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.21
  • Schedule: ["at any time"]
  • Branch name: renovate/net.dv8tion-jda-5.x
  • Merge into: master
  • Upgrade net.dv8tion:JDA to 5.0.0-beta.21
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.3
chore(deps): update dependency @​types/node to v20.11.28
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 20.11.28
chore(deps): update dependency eslint to v8.57.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x-lockfile
  • Merge into: master
  • Upgrade eslint to 8.57.0
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.12.1
chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-shade-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-shade-plugin to 3.5.2
chore(deps): update dependency tailwindcss to v3.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-3.x-lockfile
  • Merge into: master
  • Upgrade tailwindcss to 3.4.1
chore(deps): update dependency typescript to v5.4.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x-lockfile
  • Merge into: master
  • Upgrade typescript to 5.4.2
chore(deps): update nextjs monorepo to v14.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/nextjs-monorepo
  • Merge into: master
  • Upgrade eslint-config-next to 14.1.3
  • Upgrade next to 14.1.3
chore(deps): update pnpm to v8.15.5
  • Schedule: ["at any time"]
  • Branch name: renovate/pnpm-8.x
  • Merge into: master
  • Upgrade pnpm to 8.15.5
fix(deps): update dependency clsx to v2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/clsx-2.x-lockfile
  • Merge into: master
  • Upgrade clsx to 2.1.0
fix(deps): update dependency com.github.oshi:oshi-core to v6.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.oshi-oshi-core-6.x
  • Merge into: master
  • Upgrade com.github.oshi:oshi-core to 6.5.0
fix(deps): update dependency com.google.guava:guava to v32.1.3-jre
  • Schedule: ["at any time"]
  • Branch name: renovate/guava-monorepo
  • Merge into: master
  • Upgrade com.google.guava:guava to 32.1.3-jre
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0
fix(deps): update dependency lucide-react to ^0.358.0
  • Schedule: ["at any time"]
  • Branch name: renovate/lucide-react-0.x
  • Merge into: master
  • Upgrade lucide-react to ^0.358.0
fix(deps): update dependency tailwind-merge to v2.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwind-merge-2.x-lockfile
  • Merge into: master
  • Upgrade tailwind-merge to 2.2.2
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update docker/build-push-action action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-5.x
  • Merge into: master
  • Upgrade docker/build-push-action to v5
chore(deps): update docker/login-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-3.x
  • Merge into: master
  • Upgrade docker/login-action to v3
chore(deps): update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
chore(deps): update openjdk docker tag to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-21.x
  • Merge into: master
  • Upgrade openjdk to 21-jdk-slim
fix(deps): update dependency com.google.guava:guava to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/major-guava-monorepo
  • Merge into: master
  • Upgrade com.google.guava:guava to 33.1.0-jre

🚸 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.


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 Renovate Bot.

Welcome to [Renovate](https://github.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 * `docker-compose.yml` (docker-compose) * `Dockerfile` (dockerfile) * `.gitea/workflows/publish.yml` (github-actions) * `Example-Java/pom.xml` (maven) * `pom.xml` (maven) * `Frontend/package.json` (npm) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - 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. 🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### What to Expect With your current configuration, Renovate will create 25 Pull Requests: <details> <summary>chore(deps): update dependency autoprefixer to v10.4.18</summary> - Schedule: ["at any time"] - Branch name: `renovate/autoprefixer-10.x-lockfile` - Merge into: `master` - Upgrade [autoprefixer](https://github.com/postcss/autoprefixer) to `10.4.18` </details> <details> <summary>chore(deps): update dependency postcss to v8.4.36</summary> - Schedule: ["at any time"] - Branch name: `renovate/postcss-8.x-lockfile` - Merge into: `master` - Upgrade [postcss](https://github.com/postcss/postcss) to `8.4.36` </details> <details> <summary>chore(deps): update react monorepo to v18.2.66</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-monorepo` - Merge into: `master` - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `18.2.66` - Upgrade [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped) to `18.2.22` </details> <details> <summary>fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/net.dv8tion-jda-5.x` - Merge into: `master` - Upgrade [net.dv8tion:JDA](https://github.com/DV8FromTheWorld/JDA) to `5.0.0-beta.21` </details> <details> <summary>fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/spring-boot` - Merge into: `master` - Upgrade [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) to `3.2.3` </details> <details> <summary>chore(deps): update dependency @&#8203;types/node to v20.11.28</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-20.x-lockfile` - Merge into: `master` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `20.11.28` </details> <details> <summary>chore(deps): update dependency eslint to v8.57.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-8.x-lockfile` - Merge into: `master` - Upgrade [eslint](https://github.com/eslint/eslint) to `8.57.0` </details> <details> <summary>chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x` - Merge into: `master` - Upgrade org.apache.maven.plugins:maven-compiler-plugin to `3.12.1` </details> <details> <summary>chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.apache.maven.plugins-maven-shade-plugin-3.x` - Merge into: `master` - Upgrade org.apache.maven.plugins:maven-shade-plugin to `3.5.2` </details> <details> <summary>chore(deps): update dependency tailwindcss to v3.4.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-3.x-lockfile` - Merge into: `master` - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `3.4.1` </details> <details> <summary>chore(deps): update dependency typescript to v5.4.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-5.x-lockfile` - Merge into: `master` - Upgrade [typescript](https://github.com/Microsoft/TypeScript) to `5.4.2` </details> <details> <summary>chore(deps): update nextjs monorepo to v14.1.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/nextjs-monorepo` - Merge into: `master` - Upgrade [eslint-config-next](https://github.com/vercel/next.js) to `14.1.3` - Upgrade [next](https://github.com/vercel/next.js) to `14.1.3` </details> <details> <summary>chore(deps): update pnpm to v8.15.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/pnpm-8.x` - Merge into: `master` - Upgrade [pnpm](https://github.com/pnpm/pnpm) to `8.15.5` </details> <details> <summary>fix(deps): update dependency clsx to v2.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/clsx-2.x-lockfile` - Merge into: `master` - Upgrade [clsx](https://github.com/lukeed/clsx) to `2.1.0` </details> <details> <summary>fix(deps): update dependency com.github.oshi:oshi-core to v6.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.github.oshi-oshi-core-6.x` - Merge into: `master` - Upgrade [com.github.oshi:oshi-core](https://github.com/oshi/oshi) to `6.5.0` </details> <details> <summary>fix(deps): update dependency com.google.guava:guava to v32.1.3-jre</summary> - Schedule: ["at any time"] - Branch name: `renovate/guava-monorepo` - Merge into: `master` - Upgrade [com.google.guava:guava](https://github.com/google/guava) to `32.1.3-jre` </details> <details> <summary>fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/okhttp-monorepo` - Merge into: `master` - Upgrade [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) to `4.12.0` </details> <details> <summary>fix(deps): update dependency lucide-react to ^0.358.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/lucide-react-0.x` - Merge into: `master` - Upgrade [lucide-react](https://github.com/lucide-icons/lucide) to `^0.358.0` </details> <details> <summary>fix(deps): update dependency tailwind-merge to v2.2.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/tailwind-merge-2.x-lockfile` - Merge into: `master` - Upgrade [tailwind-merge](https://github.com/dcastil/tailwind-merge) to `2.2.2` </details> <details> <summary>chore(deps): update actions/checkout action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v4` </details> <details> <summary>chore(deps): update docker/build-push-action action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-build-push-action-5.x` - Merge into: `master` - Upgrade [docker/build-push-action](https://github.com/docker/build-push-action) to `v5` </details> <details> <summary>chore(deps): update docker/login-action action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-login-action-3.x` - Merge into: `master` - Upgrade [docker/login-action](https://github.com/docker/login-action) to `v3` </details> <details> <summary>chore(deps): update docker/setup-buildx-action action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-setup-buildx-action-3.x` - Merge into: `master` - Upgrade [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) to `v3` </details> <details> <summary>chore(deps): update openjdk docker tag to v21</summary> - Schedule: ["at any time"] - Branch name: `renovate/openjdk-21.x` - Merge into: `master` - Upgrade openjdk to `21-jdk-slim` </details> <details> <summary>fix(deps): update dependency com.google.guava:guava to v33</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-guava-monorepo` - Merge into: `master` - Upgrade [com.google.guava:guava](https://github.com/google/guava) to `33.1.0-jre` </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. --- ❓ 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://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:21e8c4321f8f8129c460567348f4a990b8851bb7af5986f3087df1e9039d2c14-->
Rainnny added 1 commit 2024-03-17 19:21:59 -07:00
Rainnny merged commit 11ba593439 into master 2024-03-17 19:24:06 -07:00
Rainnny deleted branch renovate/configure 2024-03-17 19:24:06 -07:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: Rainnny/LicenseServer#1
No description provided.