You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2updates:
# Enable version updates for github actions
- package-ecosystem: "github-actions"# Workflow files stored in the default location of `.github/workflows`# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.directory: "/"# Check for updates every month (weekdays)schedule:
interval: "daily"# if set to 0 will disable dependabot version updates# open-pull-requests-limit: 0groups:
all-actions:
patterns:
- "*"exclude-patterns:
- "myorg/reusable-action"ignore:
- dependency-name: "myorg/reusable-action"
Updated dependency
No response
What you expected to see, versus what you actually saw
dependabot update should ignore my private action
but still it tried to fetch it, and throw 401 (without auth)
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package ecosystem
github-actions
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
dependabot update should ignore my private action
but still it tried to fetch it, and throw 401 (without auth)
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: