Skip to content

Commit 15fecfd

Browse files
committed
misc: add pull_request_template and dependabot
1 parent cdd50fe commit 15fecfd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What this PR does / why we need it:
2+
3+
Which issue(s) this PR fixes:
4+
5+
- Fixes #
6+

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "rust"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
time: "02:00"
9+
labels:
10+
- "Action: no bump"

0 commit comments

Comments
 (0)