mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 20:53:40 +09:00
chore(deps): update dependencies (#38757)
Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
co-authored by
silverwind
wxiaoguang
parent
ac49dbe1a2
commit
a954257fb1
+12
-26
@@ -17,6 +17,18 @@
|
||||
"enabled": true,
|
||||
"semanticCommitType": "fix", // overrides packageRules
|
||||
},
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["make tidy", "make svg", "make generate-codemirror-languages"],
|
||||
"fileFilters": [
|
||||
"go.mod",
|
||||
"go.sum",
|
||||
"assets/go-licenses.json",
|
||||
"assets/codemirror-languages.json",
|
||||
"public/assets/img/svg/**",
|
||||
"options/fileicon/**",
|
||||
],
|
||||
"executionMode": "branch",
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
@@ -91,15 +103,6 @@
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"postUpdateOptions": ["gomodUpdateImportPaths"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["make tidy"],
|
||||
"fileFilters": [
|
||||
"go.mod",
|
||||
"go.sum",
|
||||
"assets/go-licenses.json",
|
||||
],
|
||||
"executionMode": "branch",
|
||||
},
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
@@ -121,22 +124,5 @@
|
||||
"matchManagers": ["npm"],
|
||||
"postUpdateOptions": ["pnpmDedupe"],
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["@primer/octicons", "material-icon-theme", "svgo"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["make svg"],
|
||||
"fileFilters": [
|
||||
"public/assets/img/svg/**",
|
||||
"options/fileicon/**",
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["@codemirror/language-data", "linguist-languages"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["make generate-codemirror-languages"],
|
||||
"fileFilters": ["assets/codemirror-languages.json"],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user