projects
/
GitHub
/
WoltLab
/
blacklist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5b6e2
)
Add github-actions to dependabot.yml
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 7 Mar 2022 15:04:28 +0000
(16:04 +0100)
committer
GitHub
<noreply@github.com>
Mon, 7 Mar 2022 15:04:28 +0000
(16:04 +0100)
.github/dependabot.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/dependabot.yml
b/.github/dependabot.yml
index 694e9a65edcce28e59aed87a0270cdbf43448ede..c8210b8524ae2a2535dcec8c47622721e43e8c6b 100644
(file)
--- a/
.github/dependabot.yml
+++ b/
.github/dependabot.yml
@@
-1,6
+1,10
@@
version: 2
updates:
- - package-ecosystem:
npm
+ - package-ecosystem:
"npm"
directory: "/"
schedule:
interval: "monthly"
+ - package-ecosystem: "github-actions"
+ directory: /
+ schedule:
+ interval: "monthly"