fix(renovate): workflow ignore

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 22:06:01 +05:00
parent 4d58830910
commit ce69a18249
2 changed files with 7 additions and 5 deletions

View File

@ -4,9 +4,6 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "@daily" - cron: "@daily"
push:
branches:
- main
jobs: jobs:
renovate: renovate:

View File

@ -12,8 +12,13 @@
{ {
"enabled": false, "enabled": false,
"matchUpdateTypes": ["digest", "pinDigest", "pin"], "matchUpdateTypes": ["digest", "pinDigest", "pin"],
"matchDepTypes": ["container"], "matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"]
"matchFileNames": [".gitea/workflows/**.yaml", ".gitra/workflows/**.yml"] },
{
"enabled": false,
"matchFileNames": [".python-version"],
"matchManagers": ["pyenv"],
"matchUpdateTypes": ["major", "minor"]
} }
] ]
} }