Skip to content

Commit

Permalink
Create renovate.md
Browse files Browse the repository at this point in the history
copied from Ocramius with some changes
  • Loading branch information
Fahl-Design authored Apr 12, 2024
1 parent f717293 commit 3d067df
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Renovate integration copied from [`Ocramius`](https://github.com/Ocramius/)

Repositories under the [`WebProject-xyz/`](https://github.com/WebProject-xyz/) scope receive regular dependency
upgrades through [renovate](https://github.com/renovatebot/renovate/tree/f50e685fe425ce9c4dfcf439d6edacb4906c49e3),
which automates the heavy lifting of uplading lock files, supported dependency ranges, etc.

This is defined in [`renovate-config.json`](./renovate-config.json), and imported in all applicable
repositories in the organization.

The configuration is heavily inspired by the
[`Ocramius/.github` one](https://github.com/Ocramius/.github/blob/master/renovate-config.json).

To use this configuration, create a [`renovate.json`](./renovate.json) file in the repository where it should be active:

```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>WebProject-xyz/.github:renovate-config"
]
}
```

Please note that this file will change according to **MY OWN** needs: no BC guaranteed. I endorse that
you copy the configuration and adapt it yourself, should you need it.

0 comments on commit 3d067df

Please sign in to comment.