Skip to content

Commit 61c4e08

Browse files
pmadydoug-walker
andauthored
Add Dependabot configuration for automated dependency updates (#2230)
Add dependabot.yml to enable automated dependency updates for: - GitHub Actions workflows (weekly) - Python pip packages (weekly) This follows OpenSSF Best Practices Badge recommendations and is part of the Step Security hardening measures. Part of #2035 Signed-off-by: pmady <pavan4devops@gmail.com> Co-authored-by: Doug Walker <doug.walker@autodesk.com>
1 parent 6a1dff6 commit 61c4e08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright Contributors to the OpenColorIO Project.
3+
4+
version: 2
5+
6+
updates:
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)