diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c8aa6d5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. + # (You don't need to specify `/.github/workflows` for `directory`. + # You can use `directory: "/"`.) + directory: "/" + # Run on first of each month + schedule: + interval: "monthly" + # Group to submit a single PR if possible + groups: + github-actions: + patterns: + - "*" \ No newline at end of file