Skip to content

Commit

Permalink
Merge pull request #51 from RoseSecurity/add-renovate-config
Browse files Browse the repository at this point in the history
Add Renovate Config
  • Loading branch information
RoseSecurity authored Sep 4, 2024
2 parents 2e1c7a5 + 3d19201 commit d3a96ac
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": ["config:base"],
"packageRules": [
{
"description": "Update Go Dependencies",
"managers": ["gomod"],
"schedule": ["at any time"]
},
{
"description": "Update Docker Dependencies",
"managers": ["dockerfile"],
"schedule": ["at any time"]
},
{
"description": "Update Homebrew Dependencies",
"managers": ["brew"],
"schedule": ["at any time"]
}
]
}

0 comments on commit d3a96ac

Please sign in to comment.