mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Create dependabot.yml
(cherry picked from commit 8ddcbbd2b2e5b485455237ea085b4899cc393c0b)
This commit is contained in:
parent
9c57fcb327
commit
4c2399d246
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Maven/Java library updates
|
||||||
|
- package-ecosystem: "maven" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
# GitHub actions updates
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/.github"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
Loading…
x
Reference in New Issue
Block a user