Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Nov 26, 2024
1 parent 68831fa commit bc0c591
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
],
"fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
"matchStrings": [
"FROM (?<depName>.*?):(?<currentValue>\\d+(?:\\.\\d+)*)-"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)php-version$"
],
"fileMatch": ["(^|/|\\.)php-version$"],
"matchStrings": [
"(?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:\\w+)"
],
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
branches:
- main

permissions:
contents: read
packages: read
statuses: write

jobs:
super-linter:
name: Code Base
Expand Down

0 comments on commit bc0c591

Please sign in to comment.