diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-09 21:25:54 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-09 21:25:54 +0300 |
commit | 266747bae571a496b0805a6d1070c7fcd29757db (patch) | |
tree | 7ead433d3d634554da8d8c59df3431bd28c2b46d /.renovaterc | |
parent | 487f60f4512bbe061091b620712ba3982b0f045f (diff) | |
download | popov.link-266747bae571a496b0805a6d1070c7fcd29757db.tar.xz popov.link-266747bae571a496b0805a6d1070c7fcd29757db.zip |
Added Gitea workflows
Diffstat (limited to '.renovaterc')
-rw-r--r-- | .renovaterc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.renovaterc b/.renovaterc new file mode 100644 index 0000000..0a18c62 --- /dev/null +++ b/.renovaterc @@ -0,0 +1,24 @@ +{ + "assignees": [ + "valentineus" + ], + "extends": [ + "config:recommended", + ":disableDependencyDashboard" + ], + "packageRules": [ + { + "groupName": "all digest updates", + "groupSlug": "all-digest", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ] + } + ] +} |