Skip to content

Commit

Permalink
[skip ci] Target develop for all deps even if GHA per Dave's request.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Jul 13, 2022
1 parent 9365874 commit 8db0861
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
updates:

- package-ecosystem: "gitsubmodule"
directory: "/build/metaschema"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
Expand All @@ -12,8 +12,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
# GitHub Actions workflow updates should target main as the repo default branch, not develop
target-branch: "main"
target-branch: "develop"

- package-ecosystem: "docker"
directory: "/build"
Expand All @@ -25,23 +24,22 @@ updates:
directory: "/build"
schedule:
interval: "daily"
# Golang changes for hugo are really for GitHub Actions workflows.
# They should target main, not develop.
target-branch: "main"
target-branch: "develop"

- package-ecosystem: "maven"
directory: "/build"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/build"
schedule:
interval: "daily"
# NPM changes for the NodeJS markdown-link-check tool executed in GitHub
# Actions workflows. They should target main, not develop.
target-branch: "main"
target-branch: "develop"

- package-ecosystem: "pip"
directory: "/build/python"
schedule:
interval: "daily"
# PyPI changes for Python scripts that run OSCAL content post-processing
# executed within GitHub Actions workflows. They should target main, not
# develop.
target-branch: "main"
target-branch: "develop"

0 comments on commit 8db0861

Please sign in to comment.