Skip to content

Commit 069da72

Browse files
committed
chore: Modulesync update
1 parent fac6504 commit 069da72

6 files changed

Lines changed: 5 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
version: 2
66
updates:
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:

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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'

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
.vendor/
66
vendor/
77
Gemfile.lock
8-
.DS_Store

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bundle install
2121

2222
CHANGELOG_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}"
2525
git push --set-upstream origin HEAD
2626
```
2727

renovate.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@
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": [
@@ -71,16 +60,7 @@
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
}

0 commit comments

Comments
 (0)