Skip to content

Commit

Permalink
Update and rename renovate.json to .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdichaouch committed Apr 16, 2022
1 parent c547e02 commit fcc4842
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"branchPrefix":"renovate-",
"labels":["dependencies"],
"packageRules": [
{
"packagePatterns": ["*"],
"enabled": false
},
{
"packagePatterns": ["^actions/"],
"groupName": "GitHub Actions",
"enabled": true
}
],
"commitBodyTable": true,
"assignees": ["@mehdichaouch"],
"extends": [
"config:base",
":gitSignOff",
"default:disablePrControls"
]
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit fcc4842

Please sign in to comment.