Skip to content

Commit

Permalink
updated renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Jul 20, 2023
1 parent 19f1d45 commit 3ce52e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"matchDatasources": ["github-tags"],
"matchPackageNames": ["button-inc/gh-actions"],
"versioning": "semver"
},
{
"description": "Update GitHub Actions workflows",
"matchFileNames": [".github/workflows/**"],
"matchDatasources": ["github-tags"]
}
],
"regexManagers": [
Expand All @@ -56,7 +61,13 @@
"^(workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$",
"(^|/)[^/]+\\.ya?ml$"
]
}
},
{
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["uses: button-inc/gh-actions/.github/workflows/test-code-playwright.yml@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"],
"depNameTemplate": "button-inc/gh-actions",
"datasourceTemplate": "github-tags"
}
]
}

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,3 @@ The output of `k8s` will be displayed in the terminal to confirm failure or succ

<img alt="gitleaks badge" src="https://img.shields.io/badge/protected%20by-gitleaks-blue">

test

0 comments on commit 3ce52e2

Please sign in to comment.