Skip to content

Commit

Permalink
refactor: Remove configuration presets
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Feb 1, 2025
1 parent 54b7493 commit c2ac0d6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 62 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,6 @@ Renovate configuration file as follows:
}
```

Specify the preset as follows:

```json
{
"extends": ["github>GiganticMinecraft/renovate-config//presets/plugin"]
}
```

When overriding the preset settings, simply add the configuration below it.

## Configuration variations

This Renovate Config is based on the [common settings (`presets/base.json`)](./presets/base.json) and can be adjusted according to your needs.

It is recommended to use the [default settings](#usage) unless there is a specific reason not to.

### `plugins`

```json
{
"extends": ["github>GiganticMinecraft/renovate-config//presets/plugin"]
}
```

This is a configuration for plugins developed in GiganticMinecraft.

## License

This configuration is published under the [MIT license](./LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"format": "biome format --write .",
"format:check": "biome format .",
"test": "renovate-config-validator --strict default.json presets/*.json",
"test": "renovate-config-validator --strict default.json",
"postinstall": "lefthook install"
},
"dependencies": {
Expand Down
22 changes: 0 additions & 22 deletions presets/base.json

This file was deleted.

13 changes: 0 additions & 13 deletions presets/plugin.json

This file was deleted.

0 comments on commit c2ac0d6

Please sign in to comment.