mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-18 11:46:00 +01:00
Enable actions and docker dependabot updates (#2167)
Some checks are pending
Deploy to Netlify (dev) / Deploy to Netlify (push) Waiting to run
Some checks are pending
Deploy to Netlify (dev) / Deploy to Netlify (push) Waiting to run
This commit is contained in:
parent
0764143d2c
commit
5cef90fad9
1 changed files with 17 additions and 17 deletions
34
.github/dependabot.yml
vendored
34
.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,20 +11,20 @@
|
||||||
# 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: docker
|
- package-ecosystem: docker
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue