Skip to content

Commit f1c823f

Browse files
committed
Enable Dependabot for GHA
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 98cb166 commit f1c823f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
5+
6+
version: 2
7+
8+
updates:
9+
# GitHub Actions:
10+
- package-ecosystem: "github-actions" # See documentation for possible values
11+
directory: "/" # Location of package manifests
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 10
15+
labels:
16+
- dependencies
17+
- infrastructure

0 commit comments

Comments
 (0)