diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:10:57 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:12:22 +0300 |
commit | 81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 (patch) | |
tree | c6fe7fdc94c3d679911a8d22d0d58e09524b887d /renovate.json | |
parent | 4266100d7f52c440fc94cb02ed12deda14178548 (diff) | |
download | popov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.tar.xz popov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.zip |
Migrate from Gitea Actions to GitHub Actions
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 8140493..0000000 --- a/renovate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", ":disableDependencyDashboard"], - "assignees": ["valentineus"], - "rangeStrategy": "bump", - "npm": { - "enabled": true, - "ignoreScripts": true, - "skipInstalls": false - }, - "packageRules": [ - { - "description": "Group patch & minor updates together", - "groupName": "all digest updates", - "groupSlug": "all-digest", - "matchUpdateTypes": ["minor", "patch", "pin", "digest"], - "matchPackageNames": ["*"] - } - ] -} |