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