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.
Uniform/.github/dependabot.yml

24 lines
627 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: 'io.papermc.paper:paper-api'
- dependency-name: 'io.papermc.paper:paper-mojangapi'
- dependency-name: 'com.velocitypowered:velocity-api'