Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschwinghammer authored Nov 22, 2024
1 parent ab2d2f4 commit 18ad88d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "org.jetbrains.kotlin.*"
- dependency-name: "com.android.tools.build:gradle"
labels:
- "dependencies"
- "gradle"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "security"

0 comments on commit 18ad88d

Please sign in to comment.