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 のプルリクエストを自動マージする GitHub Actions のワークフローを実装 #23

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

Takym
Copy link
Contributor

@Takym Takym commented Nov 26, 2023

TODO

@Takym Takym marked this pull request as draft November 26, 2023 10:36
Comment on lines +12 to +13
permissions:
contents: write
Copy link
Contributor Author

Choose a reason for hiding this comment

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

dependabot bot and others added 12 commits November 26, 2023 10:51
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `4a65ba2` to `2b714d4`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/4a65ba21d9a836e5eeb2ae8a3cf1b18c77017c95...2b714d453c262445256b0137e199390beb4a00cd)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `2b714d4` to `22450b3`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/2b714d453c262445256b0137e199390beb4a00cd...22450b3654ced00199ac5d1a834cfa12ca094e7b)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `22450b3` to `72b7e06`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/22450b3654ced00199ac5d1a834cfa12ca094e7b...72b7e06322123639c063e16b9b84cf5f0f5f0319)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `72b7e06` to `e5c54b1`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/72b7e06322123639c063e16b9b84cf5f0f5f0319...e5c54b1f5bef13f60b6fce5328bddd8967b37f7f)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@Takym Takym marked this pull request as ready for review January 8, 2024 17:52
dependabot bot and others added 2 commits February 19, 2024 11:11
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `e5c54b1` to `9ded830`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/e5c54b1f5bef13f60b6fce5328bddd8967b37f7f...9ded830e6897e621a2be18ace5e9c215215a447f)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
contents: write
runs-on: ubuntu-latest
steps:
- uses: KeisukeYamashita/auto-pull-request-merge@v1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: 安全性を確かめる。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

https://github.com/KeisukeYamashita/auto-pull-request-merge からフォークして管理を行うという選択肢もあります。

dependabot bot and others added 4 commits April 2, 2024 11:13
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `9ded830` to `8d972b5`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/9ded830e6897e621a2be18ace5e9c215215a447f...8d972b5e0c963eba8ab46774853c7cd7e83f7010)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `8d972b5` to `bbee3e2`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/8d972b5e0c963eba8ab46774853c7cd7e83f7010...bbee3e2cfb566454a7f4c9690747be78ae1927d6)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
directory: "/"
schedule:
interval: "monthly"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: 実行頻度を見直す。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

自動マージを行うのであれば、Dependabot を毎日動かしても問題ないでしょう。

dependabot bot and others added 2 commits June 14, 2024 11:56
Bumps [wiki](https://github.com/osdev-jp/osdev-jp.github.io.wiki) from `bbee3e2` to `727134c`.
- [Commits](https://github.com/osdev-jp/osdev-jp.github.io.wiki/compare/bbee3e2cfb566454a7f4c9690747be78ae1927d6...727134ce26ff1cfa791d77ef1067de3df23d10a6)

---
updated-dependencies:
- dependency-name: wiki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

None yet

1 participant