diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 16:09:34 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 16:09:34 +0100 |
| commit | 179a68792e980a1d12bd67d57e593aab9f27ca30 (patch) | |
| tree | 9f546bab3b5da67bc19988b1ea122e1155a4b72c | |
| parent | 3f643b961cc54aa5b198c7edfc354ffec0b28a67 (diff) | |
| download | tools.nes-179a68792e980a1d12bd67d57e593aab9f27ca30.tar.gz tools.nes-179a68792e980a1d12bd67d57e593aab9f27ca30.zip | |
github: Add dependabot configuration
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -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..53f8242 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" |
