fix(renovate): workflow ignore
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -4,9 +4,6 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user