chore: Configure Renovate #314

Merged
deblan merged 1 commit from renovate/configure into develop 2024-02-06 22:10:24 +01:00
Collaborator

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

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request.


Detected Package Files

  • package.json (npm)
  • .woodpecker.yml (woodpecker)

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 22 Pull Requests:

chore(deps): update deblan/php docker tag to v8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/deblan-php-8.x
  • Merge into: develop
  • Upgrade deblan/php to 8.3
chore(deps): update dependency eslint-import-resolver-webpack to ^0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-import-resolver-webpack-0.x
  • Merge into: develop
  • Upgrade eslint-import-resolver-webpack to ^0.13.0
fix(deps): update dependency axios to ^0.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-0.x
  • Merge into: develop
  • Upgrade axios to ^0.27.0
chore(deps): update dependency @​nextcloud/browserslist-config to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-browserslist-config-3.x
  • Merge into: develop
  • Upgrade @nextcloud/browserslist-config to ^3.0.0
chore(deps): update dependency @​nextcloud/vue to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-vue-8.x
  • Merge into: develop
  • Upgrade @nextcloud/vue to ^8.0.0
chore(deps): update dependency babel-loader to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-loader-9.x
  • Merge into: develop
  • Upgrade babel-loader to ^9.0.0
chore(deps): update dependency css-loader to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/css-loader-6.x
  • Merge into: develop
  • Upgrade css-loader to ^6.0.0
chore(deps): update dependency eslint-plugin-node to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-node-11.x
  • Merge into: develop
  • Upgrade eslint-plugin-node to ^11.0.0
chore(deps): update dependency eslint-webpack-plugin to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-webpack-plugin-4.x
  • Merge into: develop
  • Upgrade eslint-webpack-plugin to ^4.0.0
chore(deps): update dependency sass-loader to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-14.x
  • Merge into: develop
  • Upgrade sass-loader to ^14.0.0
chore(deps): update dependency stylelint to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-16.x
  • Merge into: develop
  • Upgrade stylelint to ^16.0.0
chore(deps): update dependency stylelint-config-recommended-scss to v14
chore(deps): update dependency stylelint-scss to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-scss-6.x
  • Merge into: develop
  • Upgrade stylelint-scss to ^6.0.0
chore(deps): update dependency stylelint-webpack-plugin to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-webpack-plugin-5.x
  • Merge into: develop
  • Upgrade stylelint-webpack-plugin to ^5.0.0
chore(deps): update dependency vue-loader to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-loader-17.x
  • Merge into: develop
  • Upgrade vue-loader to ^17.0.0
chore(deps): update dependency webpack-cli to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-5.x
  • Merge into: develop
  • Upgrade webpack-cli to ^5.0.0
chore(deps): update dependency webpack-merge to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-merge-5.x
  • Merge into: develop
  • Upgrade webpack-merge to ^5.0.0
chore(deps): update dependency webpack-node-externals to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-node-externals-3.x
  • Merge into: develop
  • Upgrade webpack-node-externals to ^3.0.0
chore(deps): update nextcloud docker tag to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-28.x
  • Merge into: develop
  • Upgrade nextcloud to 28
chore(deps): update node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: develop
  • Upgrade node to 20
fix(deps): update dependency axios to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x
  • Merge into: develop
  • Upgrade axios to ^1.0.0
fix(deps): update dependency vue to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vue-monorepo
  • Merge into: develop
  • Upgrade vue to ^3.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.


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. 🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request. --- ### Detected Package Files * `package.json` (npm) * `.woodpecker.yml` (woodpecker) ### 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 22 Pull Requests: <details> <summary>chore(deps): update deblan/php docker tag to v8.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/deblan-php-8.x` - Merge into: `develop` - Upgrade deblan/php to `8.3` </details> <details> <summary>chore(deps): update dependency eslint-import-resolver-webpack to ^0.13.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-import-resolver-webpack-0.x` - Merge into: `develop` - Upgrade [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import) to `^0.13.0` </details> <details> <summary>fix(deps): update dependency axios to ^0.27.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/axios-0.x` - Merge into: `develop` - Upgrade [axios](https://github.com/axios/axios) to `^0.27.0` </details> <details> <summary>chore(deps): update dependency @&#8203;nextcloud/browserslist-config to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/nextcloud-browserslist-config-3.x` - Merge into: `develop` - Upgrade [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) to `^3.0.0` </details> <details> <summary>chore(deps): update dependency @&#8203;nextcloud/vue to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/nextcloud-vue-8.x` - Merge into: `develop` - Upgrade [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) to `^8.0.0` </details> <details> <summary>chore(deps): update dependency babel-loader to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/babel-loader-9.x` - Merge into: `develop` - Upgrade [babel-loader](https://github.com/babel/babel-loader) to `^9.0.0` </details> <details> <summary>chore(deps): update dependency css-loader to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/css-loader-6.x` - Merge into: `develop` - Upgrade [css-loader](https://github.com/webpack-contrib/css-loader) to `^6.0.0` </details> <details> <summary>chore(deps): update dependency eslint-plugin-node to v11</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-node-11.x` - Merge into: `develop` - Upgrade [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) to `^11.0.0` </details> <details> <summary>chore(deps): update dependency eslint-webpack-plugin to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-webpack-plugin-4.x` - Merge into: `develop` - Upgrade [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) to `^4.0.0` </details> <details> <summary>chore(deps): update dependency sass-loader to v14</summary> - Schedule: ["at any time"] - Branch name: `renovate/sass-loader-14.x` - Merge into: `develop` - Upgrade [sass-loader](https://github.com/webpack-contrib/sass-loader) to `^14.0.0` </details> <details> <summary>chore(deps): update dependency stylelint to v16</summary> - Schedule: ["at any time"] - Branch name: `renovate/stylelint-16.x` - Merge into: `develop` - Upgrade [stylelint](https://github.com/stylelint/stylelint) to `^16.0.0` </details> <details> <summary>chore(deps): update dependency stylelint-config-recommended-scss to v14</summary> - Schedule: ["at any time"] - Branch name: `renovate/stylelint-config-recommended-scss-14.x` - Merge into: `develop` - Upgrade [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) to `^14.0.0` </details> <details> <summary>chore(deps): update dependency stylelint-scss to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/stylelint-scss-6.x` - Merge into: `develop` - Upgrade [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) to `^6.0.0` </details> <details> <summary>chore(deps): update dependency stylelint-webpack-plugin to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/stylelint-webpack-plugin-5.x` - Merge into: `develop` - Upgrade [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) to `^5.0.0` </details> <details> <summary>chore(deps): update dependency vue-loader to v17</summary> - Schedule: ["at any time"] - Branch name: `renovate/vue-loader-17.x` - Merge into: `develop` - Upgrade [vue-loader](https://github.com/vuejs/vue-loader) to `^17.0.0` </details> <details> <summary>chore(deps): update dependency webpack-cli to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-cli-5.x` - Merge into: `develop` - Upgrade [webpack-cli](https://github.com/webpack/webpack-cli) to `^5.0.0` </details> <details> <summary>chore(deps): update dependency webpack-merge to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-merge-5.x` - Merge into: `develop` - Upgrade [webpack-merge](https://github.com/survivejs/webpack-merge) to `^5.0.0` </details> <details> <summary>chore(deps): update dependency webpack-node-externals to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-node-externals-3.x` - Merge into: `develop` - Upgrade [webpack-node-externals](https://github.com/liady/webpack-node-externals) to `^3.0.0` </details> <details> <summary>chore(deps): update nextcloud docker tag to v28</summary> - Schedule: ["at any time"] - Branch name: `renovate/nextcloud-28.x` - Merge into: `develop` - Upgrade nextcloud to `28` </details> <details> <summary>chore(deps): update node.js to v20</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-20.x` - Merge into: `develop` - Upgrade [node](https://github.com/nodejs/node) to `20` </details> <details> <summary>fix(deps): update dependency axios to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/axios-1.x` - Merge into: `develop` - Upgrade [axios](https://github.com/axios/axios) to `^1.0.0` </details> <details> <summary>fix(deps): update dependency vue to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-vue-monorepo` - Merge into: `develop` - Upgrade [vue](https://github.com/vuejs/core) to `^3.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. --- ❓ 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:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
RenovateBot added 1 commit 2024-01-27 23:59:48 +01:00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2c83789813
chore(deps): add renovate.json
deblan merged commit c11c4ee197 into develop 2024-02-06 22:10:24 +01:00
Sign in to join this conversation.
No description provided.