diff options
| author | Fuwn <[email protected]> | 2022-09-23 22:43:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-23 22:43:25 -0700 |
| commit | 424d495cd55fe7a09bb074d39416029e772b9e09 (patch) | |
| tree | a9a9509067dd85b296cd00da1500a7e0a6e70e3c | |
| parent | feat: initial commit (diff) | |
| parent | chore(deps): add renovate.json (diff) | |
| download | machinis-424d495cd55fe7a09bb074d39416029e772b9e09.tar.xz machinis-424d495cd55fe7a09bb074d39416029e772b9e09.zip | |
Configure Renovate
| -rw-r--r-- | renovate.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} |