diff options
| author | Fuwn <[email protected]> | 2021-04-30 20:01:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-30 20:01:52 -0700 |
| commit | e346acb8d2f180481f056ae9a3a58fc8cf606e70 (patch) | |
| tree | 755f63f35ecf6da608c72b997980a87f3d631409 | |
| parent | etc: Remove useless CORS headers (diff) | |
| parent | Add renovate.json (diff) | |
| download | api-e346acb8d2f180481f056ae9a3a58fc8cf606e70.tar.xz api-e346acb8d2f180481f056ae9a3a58fc8cf606e70.zip | |
Merge pull request #1 from senpy-club/renovate/configure
Configure Renovate
| -rw-r--r-- | renovate.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f45d8f1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} |