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 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