Skip to content

Commit

Permalink
Add dependabot configuration for core scripts (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish authored Jun 27, 2024
1 parent 5ffb91b commit 1c6cf35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
groups:
core-scripts:
applies-to: "version-updates"
patterns:
- "*"
directory: "/scripts"
schedule:
interval: "monthly"
6 changes: 4 additions & 2 deletions release/release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
".github/workflows/release.yml",
".github/workflows/nightly_test.yml",
".github/workflows/metrics.yml",
".github/workflows/codeql.yml"
".github/workflows/codeql.yml",
".github/dependabot.yml"
]
},
"stage": {
Expand All @@ -40,7 +41,8 @@
".github/workflows/owners.yml",
".github/workflows/version_check.yml",
".github/workflows/codeql.yml",
".github/workflows/check-locks-on-owners-submission.yml"
".github/workflows/check-locks-on-owners-submission.yml",
".github/dependabot.yml"
]
}
}
Expand Down

0 comments on commit 1c6cf35

Please sign in to comment.