openfga/sdk-generator

chore: add a dependabot workflow for the sdk generator github actions

rhamzeh opened this issue · 0 comments

The file would be called .github/dependabot.yaml and contain:

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
     dependencies:
        patterns:
          - "*"