There was an error while loading. Please reload this page.
1 parent 1b420d8 commit aab0522Copy full SHA for aab0522
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ # GitHub Actions - updates uses: statements in workflows
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/" # Where your .github/workflows/ folder is
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # Gradle - updates dependencies in build.gradle or build.gradle.kts
10
+ - package-ecosystem: "gradle"
11
+ directory: "/" # Adjust if build.gradle is in a subfolder
12
13
14
15
+ # NPM
16
+ - package-ecosystem: "npm"
17
+ directory: "/" # adjust if needed
18
19
0 commit comments