Skip to content

ci: group dependabot github action bump #495

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kruskall
Copy link
Member

reduce pull request noise for github action bump

@kruskall kruskall requested a review from a team April 20, 2025 13:59
directory: "/"
directories:
- "/"
- "/.github/actions/*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "/.github/actions/*"
- "/.github/actions/*"
- "/.github/workflows/*"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is covered by / according to https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#directories-or-directory--

For GitHub Actions, use the value /. Dependabot will search the /.github/workflows directory, as well as the action.yml/action.yaml file from the root directory.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as well as the action.yml/action.yaml file from the root directory.

IIUC, it will not consider nested folders, as we have in our case:

  • .github/workflows/bootstrap/action.yml

Maybe I'm wrong, but, I recall we had to use the folder to make this working.

@kruskall kruskall requested a review from v1v April 22, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants