Skip to content

Commit

Permalink
ci: implement OSSF scorecard and Dependabot (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Apr 26, 2024
1 parent 198ae54 commit 6d2bced
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 69 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "00:00"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
time: "00:00"
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on

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

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

0 comments on commit 6d2bced

Please sign in to comment.