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

feat/GitHub Actions を月イチで dependabot に掛ける #299

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

Conversation

anko9801
Copy link
Contributor

@anko9801 anko9801 commented Sep 18, 2024

fix: #205

それぞれコメントのような意味です 🙇

  - package-ecosystem: github-actions
    directory: '/' # .github/workflows を見る ref: https://docs.github.com/ja/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#directory
    schedule: # 月イチ
      interval: monthly
    groups: # 全部まとめて PR を出す
      actions-deps:
        patterns:
          - '*'

Copy link

PR Reviewer Guide 🔍

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No key issues to review

@reiroop
Copy link
Contributor

reiroop commented Sep 19, 2024

ありがとうございます!groupsで全部まとめてるのの理由だけお聞きしてもいいですか?あるいは参考にした記事などあればいただけると嬉しいです

@anko9801
Copy link
Contributor Author

ありがとう!たしかに CI は原因の切り分けがしにくいのでまとめない方がいいですね
これを見てグループ化したんだけど、しない方がいいよって書いてあった ()
https://slar.se/dependabots-dependency-grouping.html

@anko9801 anko9801 force-pushed the feat/update_github_actions_monthly branch from 482bc89 to 563ee74 Compare September 19, 2024 04:02
@anko9801
Copy link
Contributor Author

あとレビューするときはその場で approve か reject をしてくれるとレビューの状態が分かって互いに嬉しいと思うのでお願いしたいです 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dependabotの設定にgithub-actionsを追加する
2 participants