diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:50:05 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:50:20 -0800 |
| commit | eaa170a24d6e7851c41b17ff60cf727798f59b77 (patch) | |
| tree | cee77798c598c2f871992a453fa40bad2da8fcb0 /src/apple_silicon/.github/dependabot.yml | |
| parent | update project's metadata (diff) | |
| download | x-eaa170a24d6e7851c41b17ff60cf727798f59b77.tar.gz | |
add initial github actions
Diffstat (limited to '')
| -rw-r--r-- | src/apple_silicon/.github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/apple_silicon/.github/dependabot.yml b/src/apple_silicon/.github/dependabot.yml new file mode 100644 index 0000000..d062b44 --- /dev/null +++ b/src/apple_silicon/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" |
