Skip to content

Commit d32eb1d

Browse files
chore: github actions dependabot
1 parent 0872324 commit d32eb1d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
---
2-
# To get started with Dependabot version updates, you'll need to specify which
3-
# package ecosystems to update and where the package manifests are located.
4-
# Please see the documentation for all configuration options:
5-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6-
71
version: 2
82
updates:
9-
- package-ecosystem: "nuget" # See documentation for possible values
10-
directory: "/src/ALZ" # Location of package manifests
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
115
schedule:
12-
interval: "daily"
6+
interval: "weekly"
7+
labels:
8+
- "Type: Hygiene :broom:"
9+
- "Needs: Attention :wave:"
10+
commit-message:
11+
prefix: 'build: '

0 commit comments

Comments
 (0)