Configure Renovate #24

Merged
Brain merged 2 commits from renovate/configure into main 2024-04-16 21:31:29 +02:00
Collaborator

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

  • .drone.yml (droneci)
  • 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.
  • Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to.
  • Removes rate limit for PR creation per hour.
  • Remove limit for open PRs at any time.

🔡 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 8 Pull Requests:

Replace dependency babel-eslint with @​babel/eslint-parser ^7.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-eslint-replacement
  • Merge into: main
  • Upgrade babel-eslint to ^7.11.0
Replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-node-replacement
  • Merge into: main
  • Upgrade eslint-plugin-node to ^14.0.0
Update dependency @​vue/eslint-config-standard to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-eslint-config-standard-8.x
  • Merge into: main
  • Upgrade @vue/eslint-config-standard to ^8.0.0
Update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-9.x
  • Merge into: main
  • Upgrade eslint to ^9.0.0
Update dependency eslint-plugin-promise to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-promise-6.x
  • Merge into: main
  • Upgrade eslint-plugin-promise to ^6.0.0
Update dependency eslint-plugin-standard to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-standard-5.x
  • Merge into: main
  • Upgrade eslint-plugin-standard to ^5.0.0
Update dependency eslint-plugin-vue to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-vue-9.x
  • Merge into: main
  • Upgrade eslint-plugin-vue to ^9.0.0
Update vue-cli monorepo to v5 (major)

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 * `.drone.yml` (droneci) * `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. - Wait until the npm package is three days old before raising the update, this prevents npm unpublishing a package you already upgraded to. - Removes rate limit for PR creation per hour. - Remove limit for open PRs at any time. 🔡 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 8 Pull Requests: <details> <summary>Replace dependency babel-eslint with @&#8203;babel/eslint-parser ^7.11.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/babel-eslint-replacement` - Merge into: `main` - Upgrade [babel-eslint](https://github.com/babel/babel-eslint) to `^7.11.0` </details> <details> <summary>Replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-node-replacement` - Merge into: `main` - Upgrade [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) to `^14.0.0` </details> <details> <summary>Update dependency @&#8203;vue/eslint-config-standard to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/vue-eslint-config-standard-8.x` - Merge into: `main` - Upgrade [@vue/eslint-config-standard](https://github.com/vuejs/eslint-config-standard) to `^8.0.0` </details> <details> <summary>Update dependency eslint to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-9.x` - Merge into: `main` - Upgrade [eslint](https://github.com/eslint/eslint) to `^9.0.0` </details> <details> <summary>Update dependency eslint-plugin-promise to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-promise-6.x` - Merge into: `main` - Upgrade [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) to `^6.0.0` </details> <details> <summary>Update dependency eslint-plugin-standard to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-standard-5.x` - Merge into: `main` - Upgrade [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) to `^5.0.0` </details> <details> <summary>Update dependency eslint-plugin-vue to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-vue-9.x` - Merge into: `main` - Upgrade [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) to `^9.0.0` </details> <details> <summary>Update vue-cli monorepo to v5 (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-vue-cli-monorepo` - Merge into: `main` - Upgrade [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) to `~5.0.0` - Upgrade [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli) to `~5.0.0` - Upgrade [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli) to `~5.0.0` - Upgrade [@vue/cli-service](https://github.com/vuejs/vue-cli) to `~5.0.0` </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:7c26888c7ce5424c66c2a05bfb3988dcdcd0d3ae8828a81eb0098bd47d4e941a-->
renovate-bot added 1 commit 2024-04-16 20:34:32 +02:00
continuous-integration/drone/pr Build is passing Details
38be80663b
Add renovate.json
Brain added 1 commit 2024-04-16 21:00:09 +02:00
continuous-integration/drone/pr Build is passing Details
8441a25651
Update Renovate config
Brain merged commit 57a296e27d into main 2024-04-16 21:31:29 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 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: wtf-eg/digitale-online-offline-registration#24
No description provided.