Skip to content

Commit

Permalink
TST: Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Nov 26, 2024
1 parent cd21e0d commit 834b578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ updates:
- package-ecosystem: "github-actions"
directories:
- "/"
# This doesn't work because of jinja templating.
# - "{{ cookiecutter.package_name }}/.github/workflows"
- "{{ cookiecutter.package_name }}/.github/workflows"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set default_python = '3.12' %}
# Main CI Workflow {% set default_python = '3.12' %}
name: CI

on:
Expand Down

0 comments on commit 834b578

Please sign in to comment.