From 5079e23b86c67f65052169fa7909504acaea2c85 Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Sat, 11 Jun 2022 11:24:50 +0200 Subject: [PATCH] CI: add dependabot configuration Dependabot can provide automatic pull requests for things in the repository that should be updated. Example PR from dependabot against a repo owned by the github organization: https://github.com/github/opensource.guide/pull/2248 Documentation: https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..71607d0c3c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily