summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
AgeCommit message (Collapse)Author
2025-08-20Enable Dependabot updates for vcpkgJamie Magee
See https://github.blog/changelog/2025-08-12-dependabot-version-updates-now-support-vcpkg/
2024-01-22Try to exclude rubygems Rust stuff from dependabotTakashi Kokubun
It should be managed in rubygems/rubygems and sync-ed to ruby/ruby. We shouldn't get PRs to rubygems in ruby/ruby.
2024-01-11Try to fixup ad3db6711c4aa48c82f4091342aab7394ee45736Hiroshi SHIBATA
directory value may be not support glob files from subdirectories
2024-01-11Revert "Update files under .github other than workflows"Hiroshi SHIBATA
This reverts commit ad3db6711c4aa48c82f4091342aab7394ee45736. Above commit break dependabot update since Nov, 2023.
2023-11-09Update files under .github other than workflowsNobuyoshi Nakada
While `directory: "/"` is defaulted to ".github/workflows", we need to update the files under ".github/actions".
2023-02-16Auto-merge feature for dependabot PRs (#7300)Hiroshi SHIBATA
* Automerge for dependabot update * change update period with daily, we can merge it automatically when `make check` of Ubuntu was passed * Use rebase instead of merge commit * check all Ubuntu jobs Notes: Merged-By: hsbt <hsbt@ruby-lang.org>
2022-12-04Change the dependabot interval to monthlyTakashi Kokubun
It's not that important for ruby/ruby to keep them up to date.
2022-11-14Try to let dependabot maintain the version commentTakashi Kokubun
It seems like dependabot supports updating the `# vX.Y.Z` comment. The reason why I disabled this was that it failed to update this, but maybe it was because it had `, checking sha`. Let me try it again with that removed.
2022-10-16Disable dependabot for auto-request-review for nowTakashi Kokubun
because you have to manually update the version tag comment. It feels unsafe to trust third party git tags when you need to pass MATZBOT_GITHUB_TOKEN to it. Git commit sha alone isn't human-readable and I'm reluctant to remove the comment either. It doesn't seem worth the effort to review changes for every release of this action.
2022-03-24Added dependabot configuration for actions dependenciesHiroshi SHIBATA