-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into marko-lisica-patch-3
- Loading branch information
Showing
889 changed files
with
51,724 additions
and
12,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,90 @@ | ||
# Basic set up for Actions and Docker. Security updates enabled via GitHub settings for other ecosystems. | ||
|
||
version: 2 | ||
# updates intentionally left empty, as we were seeing too much volume of PRs, and breakages | ||
# introduced by dependency version updates. Dependabot will continue to open security-related PRs, | ||
# but non-security dependency updates must be done manually. | ||
updates: [] | ||
updates: | ||
|
||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
pull-request-branch-name: | ||
# Default is "/" which makes "docker tag" fail with | ||
# "not a valid repository/tag: invalid reference format". | ||
separator: "-" | ||
# Add assignees | ||
assignees: | ||
- "lukeheath" | ||
|
||
# Maintain dependencies for Dockerfiles | ||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
reviewers: | ||
- "fleetdm/go" | ||
- "fleetdm/infra" | ||
pull-request-branch-name: | ||
# Default is "/" which makes "docker tag" fail with | ||
# "not a valid repository/tag: invalid reference format". | ||
separator: "-" | ||
# Add assignees | ||
assignees: | ||
- "fleetdm/go" | ||
- "fleetdm/infra" | ||
|
||
# Maintain dependencies for website NPM | ||
- package-ecosystem: "npm" | ||
directory: "/website" | ||
labels: | ||
- "website" | ||
schedule: | ||
interval: "daily" | ||
# Disable version updates | ||
open-pull-requests-limit: 0 | ||
allow: | ||
- dependency-type: "production" | ||
reviewers: | ||
- "eashaw" | ||
pull-request-branch-name: | ||
# Default is "/" which makes "docker tag" fail with | ||
# "not a valid repository/tag: invalid reference format". | ||
separator: "-" | ||
assignees: | ||
- "eashaw" | ||
|
||
# Maintain dependencies for Go | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# Disable version updates | ||
open-pull-requests-limit: 0 | ||
reviewers: | ||
- lucasmrod | ||
pull-request-branch-name: | ||
# Default is "/" which makes "docker tag" fail with | ||
# "not a valid repository/tag: invalid reference format". | ||
separator: "-" | ||
# Add assignees | ||
assignees: | ||
- lucasmrod | ||
|
||
# Maintain dependencies for npm | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# Disable version updates | ||
open-pull-requests-limit: 0 | ||
reviewers: | ||
- lukeheath | ||
allow: | ||
- dependency-type: "production" | ||
pull-request-branch-name: | ||
# Default is "/" which makes "docker tag" fail with | ||
# "not a valid repository/tag: invalid reference format". | ||
separator: "-" | ||
# Add assignees | ||
assignees: | ||
- lukeheath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.