Skip to content

Commit cb2c1e0

Browse files
authored
Add dependabot support (#223)
* Add dependabot support Several github actions used by workflows are out of date and can be automatically checked by dependabot. Signed-off-by: Dave Thaler <dthaler1968@gmail.com> * Only update github actions Signed-off-by: Dave Thaler <dthaler1968@gmail.com> --------- Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
1 parent aeb907e commit cb2c1e0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Automatically opens PRs for dependency updates.
2+
# Can be turned on and off for org or repository via "Code security and analysis" tab .
3+
# See https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts
4+
version: 2
5+
updates:
6+
# Updates GHA dependencies
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: monthly
11+
time: "05:00"
12+
timezone: America/Los_Angeles
13+
groups:
14+
actions:
15+
patterns:
16+
- "*"
17+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)