diff --git "a/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" "b/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" deleted file mode 100644 index 184ba363..00000000 --- "a/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" +++ /dev/null @@ -1,24 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - groups: - actions: - patterns: - - "*" - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - groups: - dev-dependencies: - patterns: - - "*" diff --git "a/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" "b/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" new file mode 120000 index 00000000..8a6fa73a --- /dev/null +++ "b/template/{% if git_platform==\"github.com\" %}.github{% endif %}/dependabot.yml" @@ -0,0 +1 @@ +./../../.github/dependabot.yml \ No newline at end of file