Skip to content

Commit

Permalink
ci(dependabot): add support for release/v7.2 branch (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp authored Dec 15, 2023
1 parent 1e468cf commit 3576824
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
17 changes: 15 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ updates:
- package-ecosystem: docker
labels:
- "dependabot"
- "dependencies"
- "dep/docker"
- "luna/autoupdate"
commit-message:
Expand All @@ -15,10 +14,24 @@ updates:
pull-request-branch-name:
separator: "-"

- package-ecosystem: docker
labels:
- "dependabot"
- "dep/docker"
- "luna/autoupdate"
target-branch: release/7.2
commit-message:
prefix: "chore(deps):"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
pull-request-branch-name:
separator: "-"

- package-ecosystem: github-actions
labels:
- "dependabot"
- "dependencies"
- "dep/github-actions"
- "luna/autoupdate"
commit-message:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: build
on:
push:
branches:
- "*"
pull_request:
workflow_dispatch:
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: docs
on:
push:
branches:
- "*"
pull_request:
workflow_dispatch:
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/metadata-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- "yes"
- "no"
push:
branches:
- "*"
schedule:
- cron: "30 * * * *"
jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- "yes"
- "no"
push:
branches:
- "main"
- "master"
schedule:
- cron: "30 * * * *"
jobs:
Expand Down

0 comments on commit 3576824

Please sign in to comment.