diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-05 00:57:49 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-05 00:57:49 +0300 |
commit | 78e99bdb7590cf9c1322a5e787eff1412b594416 (patch) | |
tree | 17b97f919e09cfdf10677eaf159ab504bfab8e87 /.github | |
parent | 5d9af623833d9a70f8c1ecaae96315b78c617e76 (diff) | |
download | go-metatrader4-78e99bdb7590cf9c1322a5e787eff1412b594416.tar.xz go-metatrader4-78e99bdb7590cf9c1322a5e787eff1412b594416.zip |
Added Renovate config
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..dc971fc --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":disableDependencyDashboard" + ], + "assignees": [ + "valentineus" + ], + "labels": [ + "dependencies", + "automated" + ], + "packageRules": [ + { + "description": "Group patch & minor updates together", + "groupName": "all digest updates", + "groupSlug": "all-digest", + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ], + "matchPackageNames": [ + "*" + ], + "automerge": true + } + ] +}
\ No newline at end of file |