From 0c8db2bab7bf596877d31cf28c8ab164c3199d89 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 28 Mar 2023 12:50:12 +0200 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=F0=9F=8E=A8=20Rename=20ci=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{CI.yml => ci.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{CI.yml => ci.yml} (100%) diff --git a/.github/workflows/CI.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/CI.yml rename to .github/workflows/ci.yml From c585f44fd65d3b20b8d020eb3ac49201597f8ab8 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 28 Mar 2023 12:50:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=E2=9C=A8=20Add=20dependabot=20to=20c?= =?UTF-8?q?heck=20gh=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..400d577e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly" + open-pull-requests-limit: 10