From 5b148902cebfb6db37079344e2aaf0e85679badb Mon Sep 17 00:00:00 2001 From: Adrian Tam Date: Mon, 4 Dec 2023 11:57:15 -0500 Subject: [PATCH] fix(ci): scripts expect dependabot.yaml, not dependabot.yml See https://github.com/openfga/sdk-generator/blob/210b496e3fc0bf797d0ffee594887601dfa4c503/config/common/config.base.json#L63 --- .../go/template/.github/{dependabot.yml => dependabot.yaml} | 0 .../js/template/.github/{dependabot.yml => dependabot.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/clients/go/template/.github/{dependabot.yml => dependabot.yaml} (100%) rename config/clients/js/template/.github/{dependabot.yml => dependabot.yaml} (100%) diff --git a/config/clients/go/template/.github/dependabot.yml b/config/clients/go/template/.github/dependabot.yaml similarity index 100% rename from config/clients/go/template/.github/dependabot.yml rename to config/clients/go/template/.github/dependabot.yaml diff --git a/config/clients/js/template/.github/dependabot.yml b/config/clients/js/template/.github/dependabot.yaml similarity index 100% rename from config/clients/js/template/.github/dependabot.yml rename to config/clients/js/template/.github/dependabot.yaml