File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55version : 2
66updates :
7- # raise PRs for gem updates
7+ # Maintain dependencies for Ruby projects using Bundler
88 - package-ecosystem : bundler
99 directory : " /"
1010 schedule :
1111 interval : daily
1212 time : " 13:00"
1313 open-pull-requests-limit : 10
1414
15+ # Maintain dependencies for Dockerfiles
1516 - package-ecosystem : " docker"
1617 directory : " /"
1718 schedule :
Original file line number Diff line number Diff line change 1717 markdown-lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - uses : DavidAnson/markdownlint-cli2-action@v23
2222 with :
2323 globs : ' **/*.md'
Original file line number Diff line number Diff line change 2222 actions : read
2323 steps :
2424 - name : Repository checkout
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 # Differential ShellCheck requires full git history
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 55.vendor /
66vendor /
77Gemfile.lock
8- .DS_Store
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bundle install
2121
2222CHANGELOG_GITHUB_TOKEN=" token_MC_tokenface" bundle exec rake changelog
2323
24- git commit --all --signoff -- message " Release v${RELEASE_VERSION} "
24+ git commit --all --message " Release v${RELEASE_VERSION} "
2525git push --set-upstream origin HEAD
2626```
2727
Original file line number Diff line number Diff line change 3939 "matchStrings" : [
4040 " #\\ s*renovate:\\ s*depName=(?<depName>[a-zA-Z0-9_-]+)\\ s+datasource=rubygems\\ s*\\ n\\ s*ENV\\ s+RUBYGEM_[A-Z0-9_-]+=\\ $\\ {RUBYGEM_[A-Z0-9_-]+:-?(?<currentValue>[^}\\ n]+)\\ }"
4141 ]
42- },
43- {
44- "customType" : " regex" ,
45- "datasourceTemplate" : " rubygems" ,
46- "versioningTemplate" : " ruby" ,
47- "managerFilePatterns" : [
48- " /build_platforms.yaml/"
49- ],
50- "matchStrings" : [
51- " #\\ s*renovate:\\ s*depName=(?<depName>[a-zA-Z0-9_-]+)\\ s+datasource=rubygems\\ s*\\ n\\ s*(?<key>openvox_version):\\ s*'(?<currentValue>[^']+)'"
52- ]
5342 }
5443 ],
5544 "extends" : [
7160 },
7261 {
7362 "matchManagers" : [" github-actions" ],
74- "matchFileNames" : [
75- " .github/workflows/ci.yml" ,
76- " .github/workflows/security_scanning.yml" ,
77- " .github/workflows/build_container.yml"
78- ],
7963 "enabled" : true
80- },
81- {
82- "matchManagers" : [" github-actions" ],
83- "enabled" : false
8464 }
8565 ]
8666}
You can’t perform that action at this time.
0 commit comments