diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a4dd1d8f..91e87b38 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,14 @@ blank_issues_enabled: false contact_links: - - name: "📖 - Jupyter Docker Stacks documentation" + - name: 📖 - Jupyter Docker Stacks documentation url: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html about: Go to the project's documentation - - name: "🔍 - Troubleshooting common problems" + - name: 🔍 - Troubleshooting common problems url: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html about: Documentation section on troubleshooting commonly encountered errors - - name: "💬 - Jupyter community Discourse" + - name: 💬 - Jupyter community Discourse url: https://discourse.jupyter.org/ about: Interact with the rest of the Jupyter community - - name: "(maintainers only) Blank issue" + - name: (maintainers only) Blank issue url: https://github.com/jupyter/docker-stacks/issues/new about: For maintainers only diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 747dbc5c..136832b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" + interval: weekly diff --git a/.github/workflows/hub-overview.yml b/.github/workflows/hub-overview.yml index 63610fbd..683a7c62 100644 --- a/.github/workflows/hub-overview.yml +++ b/.github/workflows/hub-overview.yml @@ -40,4 +40,4 @@ jobs: destination_container_repo: jupyter/base-notebook provider: dockerhub short_description: "Small base image for Jupyter Notebook stacks from https://github.com/jupyter/docker-stacks" - readme_file: "base-notebook/README.md" + readme_file: base-notebook/README.md