README.md: npm-update → dependabot

This commit is contained in:
Martin Pitt 2024-03-08 14:30:57 +01:00 committed by Martin Pitt
parent 8607984b41
commit d21beed19c

View file

@ -188,10 +188,9 @@ see the [packit.yaml](./packit.yaml) control file.
# Automated maintenance # Automated maintenance
It is important to keep your [NPM modules](./package.json) up to date, to keep It is important to keep your [NPM modules](./package.json) up to date, to keep
up with security updates and bug fixes. This is done with the up with security updates and bug fixes. This happens with
[npm-update bot script](https://github.com/cockpit-project/bots/blob/main/npm-update) [dependabot](https://github.com/dependabot),
which is run weekly or upon [manual request](https://github.com/cockpit-project/starter-kit/actions) through the see [configuration file](.github/dependabot.yml).
[npm-update.yml](.github/workflows/npm-update.yml) [GitHub action](https://github.com/features/actions).
# Further reading # Further reading