Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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: "/"
Comment on lines +5 to +7

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we have multiple directories here, resp. will this descend into e.g. https://github.com/key4hep/key4hep-actions/tree/main/workflows

I am asking because otherwise we will potentially have a ton of "stale by definition" PRs from the shared key4hep build action workflows that we distributed differently.

Or alternatively, can we exclude on file name patterns?

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.

Right, if these files are centrally managed, then we don't need a central dependabot.yml. We maybe just need one in edm4hep?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yeah maybe. But that then has the disadvantage that it will probably still try to update the centrally managed ones unless there is a way of excluding certain files.

schedule:
interval: "weekly"