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

dependabot: add "github-actions" #250

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

HuijingHei
Copy link
Member

@travier
Copy link
Member

travier commented Nov 6, 2024

We should probably add it to https://github.com/coreos/repo-templates/blob/main/dependabot/dependabot.yml as well so that it's propagated to all our repos

@HuijingHei
Copy link
Member Author

We should probably add it to https://github.com/coreos/repo-templates/blob/main/dependabot/dependabot.yml as well so that it's propagated to all our repos

Not sure if my understanding is correct, add it to dependabot.yml, and curious how this works, do you have related docs?

@@ -7,6 +7,8 @@ updates:
{{ dependabot_ecosystem }}
{%- elif crate -%}
cargo
{%- elif github-actions -%}
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.

We have github actions in all repos so we can probably make that a static addition in this file and not a conditional one.

Copy link
Member

Choose a reason for hiding this comment

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

i.e. we would directly include:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 3

right at the top of this list here

@travier
Copy link
Member

travier commented Nov 12, 2024

I'm afraid that the only doc about how this repo works is in the README: https://github.com/coreos/repo-templates#coreos-repo-templates

The short version is that this generates the files from the templates and creates PRs to the repos to sync them.

@HuijingHei HuijingHei merged commit 3c01a56 into coreos:main Nov 13, 2024
1 check passed
@HuijingHei HuijingHei deleted the update-github-actions branch November 13, 2024 02:14
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