mirror of
https://github.com/searxng/searxng.git
synced 2025-08-28 06:16:48 +02: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
2 changed files with 33 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue