mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
22 lines
502 B
YAML
22 lines
502 B
YAML
# Dependabot configuration file for GitHub
|
|
|
|
version: 2
|
|
updates:
|
|
# CI workflow action updates
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "ci"
|
|
|
|
# Gradle package updates
|
|
- package-ecosystem: "gradle"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "deps"
|
|
ignore:
|
|
- dependency-name: 'org.spigotmc:spigot-api'
|
|
- dependency-name: 'org.papermc:paper-api' |