diff options
author | Valentin Popov <valentin@popov.link> | 2025-02-05 02:43:12 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-02-05 02:43:12 +0300 |
commit | 88464d0240150e6ab98b5f46b7e781b1a692c10c (patch) | |
tree | a934585df646542a0599be9a385661832b0ac68e /.github | |
parent | fd32a6b8f7eb23c4acdb3dccf8fef7d118052dfb (diff) | |
download | popov.link-88464d0240150e6ab98b5f46b7e781b1a692c10c.tar.xz popov.link-88464d0240150e6ab98b5f46b7e781b1a692c10c.zip |
Updated Renovate config
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index e2ee477..bc629bb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,13 @@ "config:recommended", ":disableDependencyDashboard" ], + "assignees": [ + "valentineus" + ], + "labels": [ + "dependencies", + "automated" + ], "packageRules": [ { "groupName": "all digest updates", |