Skip to content

[CI] Make dependabot upd composite actions#21761

Merged
KornevNikita merged 5 commits intointel:syclfrom
KornevNikita:use-dependabot-to-upd-composite
Apr 14, 2026
Merged

[CI] Make dependabot upd composite actions#21761
KornevNikita merged 5 commits intointel:syclfrom
KornevNikita:use-dependabot-to-upd-composite

Conversation

@KornevNikita
Copy link
Copy Markdown
Contributor

@KornevNikita KornevNikita commented Apr 14, 2026

dependabot/dependabot-core#6704 prevents dependabot from updating all .yml files in the repo. Paths other than .github/workflows should be specified.
Example PR: KornevNikita#15

dependabot/dependabot-core#6704 prevents
dependabot from updating all .yml files in the repo.
Paths other than .github/workflows should be specified.
@KornevNikita KornevNikita requested a review from a team as a code owner April 14, 2026 12:31
- "/devops/actions/cleanup"
- "/devops/actions/reset_gpu"
- "/devops/actions/run-tests/benchmark"
- "/devops/actions/run-tests/linux/cts"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm going to merge the Blender workflow in #21718 in like 10 minutes, can you make sure the actions there are listed here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sure, please ping me when it's ready

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@KornevNikita Just merged it, thanks

@KornevNikita KornevNikita marked this pull request as draft April 14, 2026 14:33
@KornevNikita
Copy link
Copy Markdown
Contributor Author

Need to test if /devops/actions/** works, therefore converted to draft.

@sarnex
Copy link
Copy Markdown
Contributor

sarnex commented Apr 14, 2026

I really hope that works :)

@KornevNikita
Copy link
Copy Markdown
Contributor Author

So, ** doesn't work, dependabot doesn't want to iterate recursively. Seems like the only way is to specify depth - d1644b1.

I hope we won't get more nested folders than we have now:D

@KornevNikita KornevNikita marked this pull request as ready for review April 14, 2026 16:07
@sarnex
Copy link
Copy Markdown
Contributor

sarnex commented Apr 14, 2026

Maybe just add 5 levels of * so we definitely will never have to deal with it (famous last words?)

@KornevNikita
Copy link
Copy Markdown
Contributor Author

I don't think this affects any testing, merging without passing pre-commit.

@KornevNikita KornevNikita merged commit c98a22a into intel:sycl Apr 14, 2026
13 checks passed
@KornevNikita KornevNikita deleted the use-dependabot-to-upd-composite branch April 14, 2026 16:17
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