Skip to content

Commit 96a6178

Browse files
authored
Merge pull request #228 from per1234/dependabot
Use Dependabot for dependency updates
2 parents 550c386 + cd748b7 commit 96a6178

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# See: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file
2+
version: 2
3+
4+
updates:
5+
# Configure check for outdated GitHub Actions actions in workflows.
6+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
7+
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
8+
- package-ecosystem: github-actions
9+
directory: / # Check the repository's workflows under /.github/workflows/
10+
schedule:
11+
interval: daily
12+
labels:
13+
- "topic: infrastructure"
14+
15+
- package-ecosystem: gomod
16+
directory: /
17+
schedule:
18+
interval: daily
19+
labels:
20+
- "topic: infrastructure"
21+
- package-ecosystem: gomod
22+
directory: /docsgen/
23+
schedule:
24+
interval: daily
25+
labels:
26+
- "topic: infrastructure"
27+
28+
- package-ecosystem: pip
29+
directory: /
30+
schedule:
31+
interval: daily
32+
labels:
33+
- "topic: infrastructure"

0 commit comments

Comments
 (0)