Skip to content

Commit

Permalink
chore: Update Renovate config (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Feb 27, 2023
1 parent 01ddb97 commit 6a259bd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

29 changes: 27 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base", ":gitSignOff"],
"schedule": ["before 3am on the first day of the month"],
"extends": ["config:base"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"excludePackageNames": ["slsa-framework/slsa-github-generator"],
"groupName": "github-actions",
"pinDigests": true
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["slsa-framework/slsa-github-generator"],
"groupName": "github-actions",
"pinDigests": false
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "npm"
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"groupName": "npm dev"
}
]
}

0 comments on commit 6a259bd

Please sign in to comment.