diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-04-11 01:08:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 01:08:25 +0200 |
| commit | 6fca599ec0bf0c5bbe281ff01ff98d0c148139bd (patch) | |
| tree | 7943bda13f93c8727bf96d903278db17a057a62e /.github/dependabot.yml | |
| parent | e24ce7987328000c6b3da2e4f51b8392b00a9e73 (diff) | |
Create dependabot.yml
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..99e8874 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "nix" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |
