From 0f6525cb7c0014249148856e3f2746c576893b28 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 8 Mar 2024 14:30:57 +0100 Subject: [PATCH] =?UTF-8?q?README.md:=20npm-update=20=E2=86=92=20dependabo?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 575477d..2bcb919 100644 --- a/README.md +++ b/README.md @@ -188,10 +188,9 @@ see the [packit.yaml](./packit.yaml) control file. # Automated maintenance 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 -[npm-update bot script](https://github.com/cockpit-project/bots/blob/main/npm-update) -which is run weekly or upon [manual request](https://github.com/cockpit-project/starter-kit/actions) through the -[npm-update.yml](.github/workflows/npm-update.yml) [GitHub action](https://github.com/features/actions). +up with security updates and bug fixes. This happens with +[dependabot](https://github.com/dependabot), +see [configuration file](.github/dependabot.yml). # Further reading