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

30 lines
649 B
YAML

version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
target-branch: "staging"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 50
versioning-strategy: "increase-if-necessary"
labels:
- "composer"
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "npm"
directory: "/"
target-branch: "staging"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 50
versioning-strategy: "increase-if-necessary"
labels:
- "npm"
commit-message:
prefix: "chore"
include: "scope"