intro-skipper/.github/dependabot.yml

30 lines
596 B
YAML
Raw Normal View History

2020-12-15 22:03:48 +01:00
version: 2
updates:
# Fetch and update latest `nuget` pkgs
2021-12-14 07:44:50 -07:00
- package-ecosystem: nuget
directory: /
2020-12-15 22:03:48 +01:00
schedule:
2021-12-14 07:44:50 -07:00
interval: weekly
2020-12-15 22:03:48 +01:00
open-pull-requests-limit: 10
2021-12-14 07:44:50 -07:00
labels:
- chore
- dependency
- nuget
2020-12-15 22:03:48 +01:00
commit-message:
2021-12-14 07:44:50 -07:00
prefix: chore
include: scope
2020-12-15 22:03:48 +01:00
# Fetch and update latest `github-actions` pkgs
2021-12-14 07:44:50 -07:00
- package-ecosystem: github-actions
directory: /
2020-12-15 22:03:48 +01:00
schedule:
2024-10-06 19:03:15 +02:00
interval: weekly
2020-12-15 22:03:48 +01:00
open-pull-requests-limit: 10
2021-12-14 07:44:50 -07:00
labels:
- ci
- dependency
- github_actions
2020-12-15 22:03:48 +01:00
commit-message:
2021-12-14 07:44:50 -07:00
prefix: ci
include: scope