diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-28 21:41:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 21:41:54 +0200 |
commit | c75030590cc992d87dbd8dc02501d3bad257fd84 (patch) | |
tree | a862ddd4b7a17e37ca4ed4d62c0928c9d0d8d9d3 /.github | |
parent | 9cfa9695a0e0e9e5d358f789c4d450d1388589b3 (diff) | |
parent | 4408db3303edb354b109d07b94f15a1389d604f8 (diff) | |
download | podman-c75030590cc992d87dbd8dc02501d3bad257fd84.tar.gz podman-c75030590cc992d87dbd8dc02501d3bad257fd84.tar.bz2 podman-c75030590cc992d87dbd8dc02501d3bad257fd84.zip |
Merge pull request #13565 from naveensrinivasan/naveen/feat/dependabot-update
Updated dependabot to GitHub actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921d0ffd..86f8c4aaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 |