Skip to content

Commit

Permalink
chore(deps): update super-linter/super-linter action to v5.3.1 (#1151)
Browse files Browse the repository at this point in the history
* chore(deps): update super-linter/super-linter action to v5.3.1

* fix(ci): Migrate renovate config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Götz Görisch <[email protected]>
  • Loading branch information
renovate[bot] and GoetzGoerisch committed Sep 26, 2023
1 parent 71e2f1c commit 159eead
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"git-submodules": {
"enabled": true
},
"git-submodules": {"enabled": true},
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5.2.2
uses: super-linter/super-linter@v5.3.1
env:
VALIDATE_CPP: false # Use clang-formt instead
VALIDATE_ALL_CODEBASE: false
Expand Down

0 comments on commit 159eead

Please sign in to comment.