-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
- Update Stylelint & stylelint-config-standard to latest versions
- run nom audit fix
- Update jQuery to v4.0.0
- Update all GitHub Actions to latest versions
- Update Dependabot config to have a cooldown period of 7 days
- in
.githubfolder add aAGENTS.mdfile with following:
# Agents
<!-- https://agents.md -->
## GitHub Actions Workflows
- Always use the latest version
- YML files should begin with --- on the first line.
- All GitHub Actions should use SHA-1 pinned versions.
- All should be formatted with Prettier.
- If using `actions/checkout`, it should have `persist-credentials: false` set.
- GitHub Actions should have a cooldown period of 7 days.
## Dependabot
- GitHub Actions updates should be grouped and updated monthly.
- npm packages should be grouped and updated monthly.
- Limit number of Dependabot PRs to be open to 2.
- Dependabot config should be formatted with Prettier.
- Dependencies should have a cooldown period of 7 daysReactions are currently unavailable