Set up project scaffolding: GitHub Actions workflows, issue templates, changelog, contributing guidelines, MIT license, and README
This commit is contained in:
25
.github/dependabot.yml
vendored
Normal file
25
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Dependabot: automatic PRs for dependency updates
|
||||
# https://docs.github.com/en/code-security/dependabot
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Gradle dependencies (build.gradle.kts, gradle-wrapper)
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
open-pull-requests-limit: 5
|
||||
labels: ["dependencies"]
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
|
||||
# GitHub Actions (*.yml in .github/workflows)
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
labels: ["dependencies", "github-actions"]
|
||||
commit-message:
|
||||
prefix: "ci"
|
||||
Reference in New Issue
Block a user