Skip to content

Commit

Permalink
Improve dependabot integration (#41)
Browse files Browse the repository at this point in the history
Dependabot always expects the folder path `.github/workflows` for github-actions. For that reason we couldn't run dependabot in `workflows` folder. These changes try to solve that problem moving synced w
orkflow files into `src/.github/workflows`

Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
fmulero authored Mar 13, 2024
1 parent 13750cd commit 7731cd1
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,20 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
reviewers:
- fmulero
- carrodher
assignees:
- fmulero
- carrodher
- package-ecosystem: "github-actions"
directory: "/src"
schedule:
interval: "daily"
reviewers:
- fmulero
- carrodher
assignees:
- fmulero
- carrodher
28 changes: 14 additions & 14 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,44 @@

# https://github.com/marketplace/actions/repo-file-sync-action#%EF%B8%8F-sync-configuration
bitnami/vms:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/vulndb:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/readme-generator-for-helm:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/minideb:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/chart-categories-action:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/wait-for-port:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/render-template:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/ini-file:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/gonit:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/bndiagnostic:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/bncert:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/healthcheck-tools:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/charts:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
bitnami/containers:
- source: workflows/
- source: src/.github/workflows/
dest: .github/workflows/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7731cd1

Please sign in to comment.