Skip to content

Commit a26489d

Browse files
authored
Merge pull request #647 from ArikSquad/feat/update-dependabot
Update dependabot.yml for Gradle and npm
2 parents 513dd18 + b009fd9 commit a26489d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "maven" # See documentation for possible values
8+
- package-ecosystem: "gradle" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "npm"
13+
directory: "/website"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)