We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8b4fd + 7fae193 commit 3a5d41bCopy full SHA for 3a5d41b
.github/dependabot.yml
@@ -6,8 +6,19 @@ updates:
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
+ assignees:
10
+ - per1234
11
directory: / # Check the repository's workflows under /.github/workflows/
12
schedule:
13
interval: daily
14
labels:
15
- "topic: infrastructure"
16
+
17
+ - package-ecosystem: pip
18
19
20
+ directory: reportsizedeltas/tests
21
+ schedule:
22
+ interval: daily
23
+ labels:
24
+ - "topic: infrastructure"
0 commit comments