Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFiTON committed Aug 13, 2023
1 parent 515aedc commit 6e60b9d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
# Обновление зависимостей Gradle для проекта на Kotlin
- package-ecosystem: "gradle"
directory: "/" # Путь к вашему файлу build.gradle или build.gradle.kts в проекте
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"

# Обновление зависимостей GitHub Actions, если они используются в вашем проекте
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"

0 comments on commit 6e60b9d

Please sign in to comment.