chore: Configure Renovate #20

Merged
realaravinth merged 1 commit from renovate/configure into master 2024-06-04 13:07:43 +05:30
Member

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

  • .github/workflows/main.yml (github-actions)
  • 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.
  • Enable Renovate Dependency Dashboard creation.

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

chore(deps): replace dependency standard-version with commit-and-tag-version ^9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/standard-version-replacement
  • Merge into: master
  • Upgrade standard-version to ^9.1
chore(deps): update dependency autoprefixer to v10.4.19
  • Schedule: ["at any time"]
  • Branch name: renovate/autoprefixer-10.x-lockfile
  • Merge into: master
  • Upgrade autoprefixer to 10.4.19
chore(deps): update dependency netlify-lambda to v2.0.16
  • Schedule: ["at any time"]
  • Branch name: renovate/netlify-lambda-2.x-lockfile
  • Merge into: master
  • Upgrade netlify-lambda to 2.0.16
chore(deps): update dependency postcss to v8.4.38
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x-lockfile
  • Merge into: master
  • Upgrade postcss to 8.4.38
fix(deps): update dependency yarn to v1.22.22
  • Schedule: ["at any time"]
  • Branch name: renovate/yarn-1.x-lockfile
  • Merge into: master
  • Upgrade yarn to 1.22.22
chore(deps): update babel monorepo to v7.24.6
chore(deps): update dependency bootstrap to v5.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-5.x-lockfile
  • Merge into: master
  • Upgrade bootstrap to 5.3.3
chore(deps): update dependency flexsearch to ^0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flexsearch-0.x
  • Merge into: master
  • Upgrade flexsearch to ^0.7.0
chore(deps): update dependency hugo-bin to ^0.123.0
  • Schedule: ["at any time"]
  • Branch name: renovate/hugo-bin-0.x
  • Merge into: master
  • Upgrade hugo-bin to ^0.123.0
chore(deps): update dependency instant.page to v5.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/instant.page-5.x-lockfile
  • Merge into: master
  • Upgrade instant.page to 5.2.0
chore(deps): update dependency markdownlint-cli to ^0.41.0
  • Schedule: ["at any time"]
  • Branch name: renovate/markdownlint-cli-0.x
  • Merge into: master
  • Upgrade markdownlint-cli to ^0.41.0
chore(deps): update dependency @​fullhuman/postcss-purgecss to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/fullhuman-postcss-purgecss-6.x
  • Merge into: master
  • Upgrade @fullhuman/postcss-purgecss to ^6.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency postcss-cli to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-cli-11.x
  • Merge into: master
  • Upgrade postcss-cli to ^11.0.0
chore(deps): update dependency rimraf to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-5.x
  • Merge into: master
  • Upgrade rimraf to ^5.0.0
chore(deps): update dependency stylelint to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-16.x
  • Merge into: master
  • Upgrade stylelint to ^16.0.0
chore(deps): update dependency stylelint-config-standard to v36
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-config-standard-36.x
  • Merge into: master
  • Upgrade stylelint-config-standard to ^36.0.0
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04

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 * `.github/workflows/main.yml` (github-actions) * `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. - Enable Renovate Dependency Dashboard creation. 🔡 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 18 Pull Requests: <details> <summary>chore(deps): replace dependency standard-version with commit-and-tag-version ^9.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/standard-version-replacement` - Merge into: `master` - Upgrade [standard-version](https://github.com/conventional-changelog/standard-version) to `^9.1` </details> <details> <summary>chore(deps): update dependency autoprefixer to v10.4.19</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.19` </details> <details> <summary>chore(deps): update dependency netlify-lambda to v2.0.16</summary> - Schedule: ["at any time"] - Branch name: `renovate/netlify-lambda-2.x-lockfile` - Merge into: `master` - Upgrade [netlify-lambda](https://github.com/netlify/netlify-lambda) to `2.0.16` </details> <details> <summary>chore(deps): update dependency postcss to v8.4.38</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.38` </details> <details> <summary>fix(deps): update dependency yarn to v1.22.22</summary> - Schedule: ["at any time"] - Branch name: `renovate/yarn-1.x-lockfile` - Merge into: `master` - Upgrade [yarn](https://github.com/yarnpkg/yarn) to `1.22.22` </details> <details> <summary>chore(deps): update babel monorepo to v7.24.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/babel-monorepo` - Merge into: `master` - Upgrade [@babel/cli](https://github.com/babel/babel) to `7.24.6` - Upgrade [@babel/core](https://github.com/babel/babel) to `7.24.6` - Upgrade [@babel/preset-env](https://github.com/babel/babel) to `7.24.6` </details> <details> <summary>chore(deps): update dependency bootstrap to v5.3.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/bootstrap-5.x-lockfile` - Merge into: `master` - Upgrade [bootstrap](https://github.com/twbs/bootstrap) to `5.3.3` </details> <details> <summary>chore(deps): update dependency flexsearch to ^0.7.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/flexsearch-0.x` - Merge into: `master` - Upgrade [flexsearch](https://github.com/nextapps-de/flexsearch) to `^0.7.0` </details> <details> <summary>chore(deps): update dependency hugo-bin to ^0.123.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/hugo-bin-0.x` - Merge into: `master` - Upgrade [hugo-bin](https://github.com/fenneclab/hugo-bin) to `^0.123.0` </details> <details> <summary>chore(deps): update dependency instant.page to v5.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/instant.page-5.x-lockfile` - Merge into: `master` - Upgrade [instant.page](https://github.com/instantpage/instant.page) to `5.2.0` </details> <details> <summary>chore(deps): update dependency markdownlint-cli to ^0.41.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/markdownlint-cli-0.x` - Merge into: `master` - Upgrade [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) to `^0.41.0` </details> <details> <summary>chore(deps): update dependency @&#8203;fullhuman/postcss-purgecss to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/fullhuman-postcss-purgecss-6.x` - Merge into: `master` - Upgrade [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) to `^6.0.0` </details> <details> <summary>chore(deps): update dependency eslint to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-eslint-monorepo` - Merge into: `master` - Upgrade [eslint](https://github.com/eslint/eslint) to `^9.0.0` </details> <details> <summary>chore(deps): update dependency postcss-cli to v11</summary> - Schedule: ["at any time"] - Branch name: `renovate/postcss-cli-11.x` - Merge into: `master` - Upgrade [postcss-cli](https://github.com/postcss/postcss-cli) to `^11.0.0` </details> <details> <summary>chore(deps): update dependency rimraf to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/rimraf-5.x` - Merge into: `master` - Upgrade [rimraf](https://github.com/isaacs/rimraf) to `^5.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: `master` - Upgrade [stylelint](https://github.com/stylelint/stylelint) to `^16.0.0` </details> <details> <summary>chore(deps): update dependency stylelint-config-standard to v36</summary> - Schedule: ["at any time"] - Branch name: `renovate/stylelint-config-standard-36.x` - Merge into: `master` - Upgrade [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) to `^36.0.0` </details> <details> <summary>chore(deps): update dependency ubuntu to v22</summary> - Schedule: ["at any time"] - Branch name: `renovate/ubuntu-22.x` - Merge into: `master` - Upgrade [ubuntu](https://github.com/actions/runner-images) to `22.04` </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:388f0426bb11a51b7bc01c1d8659c05ffc5d272c9b8aa8a8bdffc0dd2574fce7-->
renovate-bot added the
renovate-bot
label 2024-06-04 13:07:03 +05:30
renovate-bot added 1 commit 2024-06-04 13:07:04 +05:30
realaravinth merged commit cc340c071e into master 2024-06-04 13:07:43 +05:30
Sign in to join this conversation.
No description provided.