diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-25 12:53:25 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-25 12:53:25 +0300 |
commit | bf4ea9133131624dc32c32bd56a1a9b35cc3e83f (patch) | |
tree | 5c65cd72f68f68901908b6fb7f08b68028c03625 /.github/renovate.json | |
parent | 3eca4026289b86fc038137215c88fcb8b686b3d6 (diff) | |
download | auth_http-bf4ea9133131624dc32c32bd56a1a9b35cc3e83f.tar.xz auth_http-bf4ea9133131624dc32c32bd56a1a9b35cc3e83f.zip |
Diffstat (limited to '.github/renovate.json')
-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 |