Skip to content

Commit 50d5265

Browse files
Add Renovate config (hestiacp#3824)
* Add renovate config * Make sure filegator composer.json is ignored * Update renovate.json --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent c6688e9 commit 50d5265

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"explorer.fileNesting.patterns": {
88
"*.css": "${capture}.css.map",
99
"*.js": "${capture}.js.map",
10-
"package.json": ".editorconfig, .eslint*, .lintstaged*, .markdownlint-cli2*, .prettier*, .stylelint*, jsconfig.json, package-lock.json",
10+
"package.json": ".editorconfig, .eslint*, .lintstaged*, .markdownlint-cli2*, .prettier*, .stylelint*, jsconfig.json, package-lock.json, renovate.json",
1111
"readme*": "changelog*, contributing*, license*, security*"
1212
}
1313
}

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"reviewers": ["jaapmarcus"],
4+
"enabledManagers": ["npm", "composer", "github-actions"],
5+
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
6+
"branchPrefix": "dependencies",
7+
"bumpVersion": "patch",
8+
"extends": ["config:recommended", "group:allNonMajor", "schedule:earlyMondays"]
9+
}

0 commit comments

Comments
 (0)