mirror of
https://github.com/hestiacp/hestiacp.git
synced 2025-02-06 09:45:30 +00:00
Add Renovate config (#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>
This commit is contained in:
parent
c6688e9839
commit
50d5265e25
25
.github/dependabot.yml
vendored
25
.github/dependabot.yml
vendored
@ -1,25 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Maintain dependencies for Composer
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/web/inc" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Maintain dependencies for Composer
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/web/src" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -7,7 +7,7 @@
|
||||
"explorer.fileNesting.patterns": {
|
||||
"*.css": "${capture}.css.map",
|
||||
"*.js": "${capture}.js.map",
|
||||
"package.json": ".editorconfig, .eslint*, .lintstaged*, .markdownlint-cli2*, .prettier*, .stylelint*, jsconfig.json, package-lock.json",
|
||||
"package.json": ".editorconfig, .eslint*, .lintstaged*, .markdownlint-cli2*, .prettier*, .stylelint*, jsconfig.json, package-lock.json, renovate.json",
|
||||
"readme*": "changelog*, contributing*, license*, security*"
|
||||
}
|
||||
}
|
||||
|
9
renovate.json
Normal file
9
renovate.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"reviewers": ["jaapmarcus"],
|
||||
"enabledManagers": ["npm", "composer", "github-actions"],
|
||||
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
|
||||
"branchPrefix": "dependencies",
|
||||
"bumpVersion": "patch",
|
||||
"extends": ["config:recommended", "group:allNonMajor", "schedule:earlyMondays"]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user