mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-02-12 00:08:02 +00:00
Enable actions dependabot updates
This commit is contained in:
parent
de3191ecf6
commit
b9e6185d55
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
|
||||||
|
|
||||||
# version: 2
|
version: 2
|
||||||
# updates:
|
# updates:
|
||||||
# - package-ecosystem: npm
|
# - package-ecosystem: npm
|
||||||
# directory: /
|
# directory: /
|
||||||
|
@ -11,14 +11,14 @@
|
||||||
# timezone: "Asia/Kolkata"
|
# timezone: "Asia/Kolkata"
|
||||||
# open-pull-requests-limit: 15
|
# open-pull-requests-limit: 15
|
||||||
|
|
||||||
# - package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
# directory: /
|
directory: /
|
||||||
# schedule:
|
schedule:
|
||||||
# interval: weekly
|
interval: weekly
|
||||||
# day: "tuesday"
|
day: "tuesday"
|
||||||
# time: "01:00"
|
time: "01:00"
|
||||||
# timezone: "Asia/Kolkata"
|
timezone: "Asia/Kolkata"
|
||||||
# open-pull-requests-limit: 5
|
open-pull-requests-limit: 5
|
||||||
|
|
||||||
# - package-ecosystem: cargo
|
# - package-ecosystem: cargo
|
||||||
# directory: /src-tauri/
|
# directory: /src-tauri/
|
||||||
|
|
Loading…
Reference in a new issue