diff --git a/.github/ISSUE_TEMPLATE/bug-and-bad-formatting-report.md b/.github/ISSUE_TEMPLATE/bug-and-bad-formatting-report.md index 0387256a..32cd190f 100644 --- a/.github/ISSUE_TEMPLATE/bug-and-bad-formatting-report.md +++ b/.github/ISSUE_TEMPLATE/bug-and-bad-formatting-report.md @@ -21,3 +21,5 @@ Provide any output generated by sqlfmt here. If this is a formatting issue, incl **Additional context** What is the output of `sqlfmt --version`? + +What is the output of `pip list` (or `pipx list` if you installed using pipx)? \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf7a39fb..c590bee0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,10 @@ -# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"