Skip to content

Commit

Permalink
Merge pull request #1012 from AFM-SPM/ns-rse/733-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 19, 2024
2 parents 15d9d76 + 4e8bced commit 1f257cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
7 changes: 5 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ description of why a particular item is not relevant.
Before submitting a Pull Request please check the following.

- [ ] Existing tests pass.
- [ ] Documentation has been updated and builds. Remember to update `configuration.md`, `usage.md`, and relevant
processing sections under `advanced.md`.
- [ ] Documentation has been updated and builds. Remember to update as required...
- [ ] `docs/configuration.md`
- [ ] `docs/usage.md`
- [ ] `docs/data_dictionary.md`
- [ ] `docs/advanced.md` and new pages it should link to.
- [ ] Pre-commit checks pass.
- [ ] New functions/methods have typehints and docstrings.
- [ ] New functions/methods have tests which check the intended behaviour is correct.
Expand Down

0 comments on commit 1f257cb

Please sign in to comment.