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:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:

View File

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