Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore github-actions hosted in our org is not working #11263

Open
1 task done
zoezhangmattr opened this issue Jan 9, 2025 · 0 comments
Open
1 task done

ignore github-actions hosted in our org is not working #11263

zoezhangmattr opened this issue Jan 9, 2025 · 0 comments
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working

Comments

@zoezhangmattr
Copy link

zoezhangmattr commented Jan 9, 2025

Is there an existing issue for this?

  • I have searched the existing issues

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

version: 2
updates:
  # 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: 0
    groups:
      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

@zoezhangmattr zoezhangmattr added the T: bug 🐞 Something isn't working label Jan 9, 2025
@github-actions github-actions bot added the L: github:actions GitHub Actions label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant