Skip to content

Commit 6d2bced

Browse files
committed
ci: implement OSSF scorecard and Dependabot (#235)
1 parent 198ae54 commit 6d2bced

File tree

5 files changed

+176
-69
lines changed

5 files changed

+176
-69
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
day: monday
9+
time: "00:00"
10+
- package-ecosystem: npm
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
day: monday
15+
time: "00:00"

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete:
88

9-
- [ ] I have read the [`contributing guidelines`](/CONTRIBUTING.md).
9+
- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md).
1010
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works.
1111
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes.
1212
- [ ] I have updated any relevant documentation (e.g. [`README.md`](/README.md)).

0 commit comments

Comments
 (0)