aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-22 16:09:34 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-22 16:09:34 +0100
commit179a68792e980a1d12bd67d57e593aab9f27ca30 (patch)
tree9f546bab3b5da67bc19988b1ea122e1155a4b72c /.github/dependabot.yml
parent3f643b961cc54aa5b198c7edfc354ffec0b28a67 (diff)
downloadtools.nes-179a68792e980a1d12bd67d57e593aab9f27ca30.tar.gz
tools.nes-179a68792e980a1d12bd67d57e593aab9f27ca30.zip
github: Add dependabot configuration
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
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"