diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 15:10:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 15:10:37 -0400 |
commit | 911e81111c128cd059be22877d730055b1866079 (patch) | |
tree | aa2535379f5c42def1ccec7da924a7e16805e328 /.github/dependabot.yml | |
parent | 19a640cc3b274ad58194f156a7a7aa0f96c7179e (diff) | |
download | bfs-911e81111c128cd059be22877d730055b1866079.tar.xz |
Enable Dependabot for GitHub Actions
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 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |