diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-06-30 12:21:45 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-06-30 12:21:45 -0600 |
commit | ddb81ca126864dbf920472688bcd3a80c7a7e73b (patch) | |
tree | d8152008a1741eb4029cfd7f03618ad28eb6df93 /.github/dependabot.yml | |
parent | c484a67914fe16c4f2f6e7779baf4bdfe6405a22 (diff) | |
parent | ee1582494e458bf83535986b2a5bca32687420c5 (diff) |
Merge branch 'master' into add-trace
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |