mirror of
https://github.com/NotAShelf/Basix.git
synced 2026-05-20 22:08:54 +00:00
ci: set up Dependabot
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id3ec87ade0375ca3d7ef4418fb9f2fca6a6a6964
This commit is contained in:
parent
8475cbb3d7
commit
72707b0bd2
1 changed files with 15 additions and 0 deletions
15
.github/dependabot.yml
vendored
Normal file
15
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Update used workflows
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
|
||||||
|
# Update Nixpkgs
|
||||||
|
- package-ecosystem: nix
|
||||||
|
directory: "/"
|
||||||
|
cooldown:
|
||||||
|
default-days: 7
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
Loading…
Add table
Add a link
Reference in a new issue