From de6c57e20b821fa4327ef00b9da667a7b376cdab Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Wed, 13 Sep 2023 10:23:30 +0200 Subject: [PATCH] let dependabot update github actions (#5788) --- .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 000000000..6778b0493 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'