diff options
author | renovate <renovate-bot@autistici.org> | 2021-06-19 15:49:55 +0000 |
---|---|---|
committer | renovate <renovate-bot@autistici.org> | 2021-06-19 15:49:55 +0000 |
commit | 223acda6ccc6d436266b83dcb16966faa6a92066 (patch) | |
tree | ae6916e0d5daa86c0d0259efce335e367040a2c4 | |
parent | c7ab870184449929fc69f9a5da36de38cae1b5ba (diff) | |
download | crawl-223acda6ccc6d436266b83dcb16966faa6a92066.tar.gz crawl-223acda6ccc6d436266b83dcb16966faa6a92066.zip |
Add renovate.json
-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" + ] +} |