mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 14:33:50 -04:00
[mod] dependabot: add searxng.org/devtools from Go and Node.js
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
cf2cc87594
commit
7ee3dc9d74
32
.github/dependabot.yml
vendored
32
.github/dependabot.yml
vendored
@ -33,6 +33,38 @@ updates:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "friday"
|
||||
open-pull-requests-limit: 5
|
||||
target-branch: "master"
|
||||
commit-message:
|
||||
prefix: "[upd] searxng.org/devtools (Node.js):"
|
||||
groups:
|
||||
minor:
|
||||
applies-to: version-updates
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "friday"
|
||||
open-pull-requests-limit: 5
|
||||
target-branch: "master"
|
||||
commit-message:
|
||||
prefix: "[upd] searxng.org/devtools (Go):"
|
||||
groups:
|
||||
minor:
|
||||
applies-to: version-updates
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "searxng.org/devtools",
|
||||
"dependencies": {
|
||||
"pyright": "^1.1.391"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user