diff options
author | John Losito <[email protected]> | 2022-12-19 16:57:56 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-19 14:57:56 -0700 |
commit | d3d76d6ac227e5ef1829c4e2da194f055e98ce43 (patch) | |
tree | ef97e02c977a3785d9b1167862066476cca1ff99 | |
parent | c3b5b1811c119b896c5f70e3275ca835e7df5460 (diff) | |
download | caddy-d3d76d6ac227e5ef1829c4e2da194f055e98ce43.tar.gz caddy-d3d76d6ac227e5ef1829c4e2da194f055e98ce43.zip |
ci: Check for github action updates monthly (#5258)
-rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..64284b907 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" |