Skip to content

Commit

Permalink
Merge pull request #52 from domain-protect/renovate-renovations
Browse files Browse the repository at this point in the history
ci(renovate): json5, best practices, labels, gha grouping
  • Loading branch information
nitrocode authored Sep 15, 2024
2 parents d9cc116 + 3d0ec39 commit 0ebde67
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
32 changes: 32 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:best-practices",
":separateMultipleMajorReleases",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":enablePreCommit",
"customManagers:dockerfileVersions",
"customManagers:githubActionsVersions",
"customManagers:makefileVersions",
"customManagers:tfvarsVersions",
"security:openssf-scorecard",
],
labels: [
"dependencies",
"{{datasource}}",
"{{updateType}}"
],
vulnerabilityAlerts: {
enabled: true,
assignees: [],
labels: ["security"]
},
packageRules: [
// For all public actions, renovate them once a week and group them together
{
"matchManagers": ["github-actions"],
"groupName": "github-actions",
},
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 0ebde67

Please sign in to comment.