-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependabot.yml
30 lines (27 loc) · 1.2 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# See: https://docs.github.com/ja/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates
# See: https://docs.github.com/ja/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates
# REF: https://dependabot.com/docs/config-file/validator/
version: 2
# See: https://docs.github.com/ja/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
updates:
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "daily"
time: "18:00"
labels: ["website", "dependencies"]
- package-ecosystem: "bundler"
directory: "/macos"
schedule:
interval: "daily"
time: "18:00"
labels: ["mac", "dependencies"]
versioning-strategy: increase
# See: https://docs.github.com/ja/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "18:00"
labels: ["GitHub Actions", "dependencies"]