We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e06724 commit ca867f8Copy full SHA for ca867f8
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+ # Maintain GitHub Action runners
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ target-branch: dev
7
+ commit-message:
8
+ prefix: "[Dependabot]"
9
+ labels:
10
+ - Dependencies
11
+ assignees:
12
+ - Paebbels
13
+ reviewers:
14
15
+ schedule:
16
+ interval: "daily" # Checks on Monday trough Friday.
.github/pull_request_template.md
@@ -0,0 +1,30 @@
+# New Features
+
+* tbd
+# Changes
+# Bug Fixes
+# Documentation
17
18
19
20
21
+# Unit Tests
22
23
24
25
26
+----------
27
+# Related Issues and Pull-Requests
28
29
30
0 commit comments