forked from public-mirrors/Uniform
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
567 B
YAML
23 lines
567 B
YAML
5 months ago
|
# 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: 'io.papermc.paper:paper-api'
|
||
|
- dependency-name: 'io.papermc.paper:paper-mojangapi'
|