diff options
author | crupest <crupest@outlook.com> | 2022-10-27 20:53:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 20:53:54 +0800 |
commit | 5cb75e28f686bd707792d4a12bf71c30c9f49645 (patch) | |
tree | 72d4ab477dae6ab929a3450363d315b556b6a6db | |
parent | db15382363419ae572f5ee2b7fef37013f665970 (diff) | |
parent | c0dc6e484300304ed10a62862655a76b3323b369 (diff) | |
download | timeline-5cb75e28f686bd707792d4a12bf71c30c9f49645.tar.gz timeline-5cb75e28f686bd707792d4a12bf71c30c9f49645.tar.bz2 timeline-5cb75e28f686bd707792d4a12bf71c30c9f49645.zip |
Merge pull request #1335 from crupest/renovate/configure
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 00000000..39a2b6e9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} |