diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..75e07eecb1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # Look for GitHub Actions workflows in the `root` directory + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly"