From ff28f7d12cf0d21835b3d1cc7ca9eed8ae9fcb56 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 30 Jan 2026 17:24:32 +0400 Subject: chore: add Renovate configuration and workflows - Introduced .renovaterc for Renovate settings. - Added renovate.config.cjs for Gitea integration. - Created .gitea/workflows/renovate.yml for daily Renovate runs. - Added .gitea/workflows/test.yml for CI testing. - Removed outdated GitHub workflows and configuration files. --- .github/renovate.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/renovate.json (limited to '.github/renovate.json') diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 7904aa8..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "$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 - } - ] -} -- cgit v1.2.3