File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ $schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
3+ enabledManagers : [
4+ 'gitlabci' ,
5+ ] ,
6+ extends : [
7+ 'config:best-practices' ,
8+ ] ,
9+ automergeStrategy : 'merge-commit' ,
10+ dependencyDashboardTitle : 'Renovate Dashboard' ,
11+ schedule : [
12+ '* * * * 2' , // Tuesdays only
13+ ] ,
14+ }
Original file line number Diff line number Diff line change 9393 docs/index.rst|
9494 )$
9595 additional_dependencies : [pygments==2.16.1]
96+ - repo : https://github.com/renovatebot/pre-commit-hooks
97+ rev : 40.5.0
98+ hooks :
99+ - id : renovate-config-validator
100+ name : Check Renovate config with renovate-config-validator
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ convert_formula() {
5656 | git commit-tree ' HEAD^{tree}' ) "
5757 git rm --quiet bin/convert-formula.sh AUTHORS.md CHANGELOG.md \
5858 docs/_static/css/custom.css docs/AUTHORS.rst docs/CHANGELOG.rst \
59- docs/conf.py docs/CONTRIBUTING_DOCS.rst docs/index.rst
59+ docs/conf.py docs/CONTRIBUTING_DOCS.rst docs/index.rst \
60+ .github/renovate.json5 \
61+ && :
6062 tag_out=$( git tag --list | xargs git tag --delete)
6163 if [ " ${DEBUG:- false} " = " true" ]; then
6264 echo " $tag_out "
You can’t perform that action at this time.
0 commit comments