Skip to content

Commit

Permalink
ci: try pinDigests
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jun 10, 2023
1 parent 0763b26 commit e82dab9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "github>DeadNews/renovate-config"],
"schedule": ["every 1 months on the first day of the month"],
"packageRules": [
{
"matchDepTypes": ["github-actions"],
"pinDigests": true
}
]
"extends": [
"config:base",
"github>DeadNews/renovate-config",
"helpers:pinGitHubActionDigests"
],
"schedule": ["every 1 months on the first day of the month"]
}

0 comments on commit e82dab9

Please sign in to comment.