]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
github: Add dependency checker action
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 7 Feb 2023 23:28:50 +0000 (16:28 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 7 Feb 2023 23:29:30 +0000 (16:29 -0700)
commita83e05513108022293aa2c40ee3a5bbfae18f451
tree050e17e90d0c32e537464b0ebb9677f73da63633
parent600bcc97d5dc90165139d85a96fc7295a7445215
github: Add dependency checker action

Add an action, dependabot, that will periodically check GitHub Actions
dependencies.  It is currently configured to run weekly.  If dependabot
finds an update, it will open a pull request.

See here for more details:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
.github/dependabot.yml [new file with mode: 0644]