mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Add Github Dependabot setup
This commit is contained in:
parent
04c46bebf0
commit
1c38353be2
1 changed files with 25 additions and 0 deletions
25
.github/dependabot.yml
vendored
Normal file
25
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
labels:
|
||||||
|
- npm
|
||||||
|
- dependencies
|
||||||
|
|
||||||
|
- package-ecosystem: "bundler"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
labels:
|
||||||
|
- bundler
|
||||||
|
- dependencies
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
labels:
|
||||||
|
- github-actions
|
||||||
|
- dependencies
|
Loading…
Add table
Add a link
Reference in a new issue