Skip to content

Commit

Permalink
chore!: delete my personal configuration (#47)
Browse files Browse the repository at this point in the history
* chore!: delete personal one

noone without me use this config, no effect.

* chore: rename internal renovate config file

* chore: remove default.json from validate task

* docs: remove deleted module

* fixup

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Omochice and coderabbitai[bot] authored May 6, 2024
1 parent fda8f51 commit 5d4b411
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 29 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ A configuration for Renovate.

Extends this configuration using by `extends` field.

```json
{
"extends": [
"github>Omochice/renovate-config"
]
}
```

If you use Renovate in Deno project.
If you use Renovate in a Deno project.

```json
{
Expand Down
15 changes: 0 additions & 15 deletions default.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Omochice",
"scripts": {
"test": "npm-run-all test:validate test:regex",
"test:validate": "renovate-config-validator --strict default.json deno.json deno/*.json",
"test:validate": "renovate-config-validator --strict deno.json deno/*.json",
"test:regex": "vitest run",
"fmt": "npm-run-all fmt:package fmt:json",
"fmt:package": "sort-package-json",
Expand Down
4 changes: 0 additions & 4 deletions renovate.json

This file was deleted.

6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>Omochice/renovate-config",
],
}

0 comments on commit 5d4b411

Please sign in to comment.