Skip to content

Commit

Permalink
Configure Renovate (#2)
Browse files Browse the repository at this point in the history
[![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

 * `composer.json` (composer)
 * `.github/workflows/lint.yml` (github-actions)
 * `.github/workflows/tests.yml` (github-actions)
 * `.github/workflows/update-changelog.yml` (github-actions)

### 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.
- If Renovate detects semantic commits, it will use semantic commit type
`fix` for dependencies and `chore` for all others.
- 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.
  - `apollo-server` packages became scoped.
  - `babel-eslint` was renamed under the `@babel` scope.
  - Replace containerbase dependencies.
  - `cucumber` became scoped.
  - `fastify` packages became scoped.
  - `hapi` became scoped.
  - Jade was renamed to Pug.
  - `joi` became scoped under the `hapi` organization.
  - `joi` was moved out of the `hapi` organization.
- The Kubernetes container registry has changed from `k8s.gcr.io` to
`registry.k8s.io`.
- The Kubernetes container registry has changed from `k8s.gcr.io` to
`registry.k8s.io`.
- The `material-ui` monorepo org was renamed from `@material-ui` to
`@mui`.
- The `messageformat` monorepo package naming scheme changed from
`messageFormat-{{package}}`-to-`@messageformat/{{package}}`.
  - `middie` became scoped.
  - `now` was renamed to `vercel`.
  - `@parcel/css` was renamed to `lightningcss`.
- `react-query/devtools` became scoped under the `tanstack`
organization.
  - `react-query` became scoped under the `tanstack` organization.
  - `react-scripts` supports TypeScript since version `2.1.0`.
  - The `@renovate/pep440` package was renamed to `@renovatebot/pep440`.
  - The node-resolve plugin for rollup became scoped.
- The `vso-task-lib` package is now published as
`azure-pipelines-task-lib`.
- The `vsts-task-lib` package is now published as
`azure-pipelines-task-lib`.
  - The `xmldom` package is now published as `@xmldom/xmldom`.
  - A collection of 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

It looks like your repository dependencies are already up-to-date and no
Pull Requests will be necessary right away.

---

❓ 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://app.renovatebot.com/dashboard#github/haridarshan/laravel-url-signer-cloudfront).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent 64387a1 commit 105921f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit 105921f

Please sign in to comment.