We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6afe80 commit 657b57eCopy full SHA for 657b57e
1 file changed
.github/dependabot.yml
@@ -12,3 +12,18 @@ updates:
12
- Paebbels
13
schedule:
14
interval: "daily" # Checks on Monday trough Friday.
15
+
16
+ # Maintain GitHub Action runners
17
+ - package-ecosystem: "github-actions"
18
+ directory: "/"
19
+ target-branch: dev
20
+ commit-message:
21
+ prefix: "[Dependabot]"
22
+ labels:
23
+ - Dependencies
24
+ assignees:
25
+ - Paebbels
26
+ reviewers:
27
28
+ schedule:
29
+ interval: "daily" # Checks on Monday trough Friday.
0 commit comments