Skip to content

Commit

Permalink
ci: Attempt to fix dependabot failure to resolve "Slicer/jinja2-actio…
Browse files Browse the repository at this point in the history
…n" version

This is expected to address the following error introduced in 5abe070 ("fix: Use Slicer fork of jinja2-action to fix Poetry 2.0 breaking change", 2025-01-08)

> Dependabot could not find a dependency version.
> Dependabot could not resolve semantic versions for dependencies : Slicer/jinja2-action
  • Loading branch information
jcfr committed Jan 8, 2025
1 parent aa430b1 commit 4aa0f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ updates:
commit-message:
# Prefix all commit messages with "ci: "
prefix: "ci"
ignore:
# Ignore "Slicer/jinja2-action" expected to be manually updated
- dependency-name: "Slicer/jinja2-action"

0 comments on commit 4aa0f8f

Please sign in to comment.