diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3bb65a308..c9dde1555c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,12 @@ updates: interval: "monthly" # Update all submodules - directory: / \ No newline at end of file + directory: / + + # This will create a PR if there are any updates to the actions used in the CI. + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows` + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly"