Skip to content

Commit

Permalink
Merge pull request #10 from sota1235/feat-improve-
Browse files Browse the repository at this point in the history
Feat improve
  • Loading branch information
sota1235 authored Feb 26, 2024
2 parents 6b41d55 + 6227bc7 commit f926188
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,27 @@
"group:recommended",
"schedule:weekends"
],
"rebaseWhen": "conflicted",
"labels": ["dependencies"],
"github-actions": {
"fileMatch": [
"^(workflow-templates|\\.(?:github|gitea|forgejo)/workflows)/[^/]+\\.ya?ml$",
"(^|/)action\\.ya?ml$",
"\\.github/actions/.+\\.ya?ml$"
]
},
"packageRules": [
{
"matchDepTypes": ["actions"],
"excludePackagePrefixes": [
"actions/"
],
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$",
"pinDigests": true
},
{
"matchPackageNames": ["node"],
"matchManagers": ["dockerfile"],
"allowedVersions": "/^[0-9]*[02468]([.-].*)?$/"
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit f926188

Please sign in to comment.