Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ _minted*
# nomencl
*.nlg
*.nlo

# Node dependencies
/node_modules

*.nls

# pax
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,23 @@ TODO: Complete applicable items based on your project type

---

## 🧰 Automation & CI

This repository includes a helper script to validate the
[Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically) configuration
and ensure **groups or multi-ecosystem groups** are defined per issue
[#73](https://github.com/AOSSIE-Org/Template-Repo/issues/73).

Run the validator with Node:

```bash
node scripts/validate-dependabot.js
```

Tests for the validator are located under `tests/dependabot.test.js`
and executed via `npm test` (sample configuration is in
`.github/dependabot.yml`).

## 🔗 Repository Links

TODO: Update with your repository structure
Expand Down
Loading