Skip to content

Commit

Permalink
Update GitHub workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Oct 17, 2024
1 parent 08b0a0c commit 77ffc42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
4 changes: 2 additions & 2 deletions .github/workflows/image-build-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
# Publish `master` as `latest` image.
branches: [master]
# Publish `1.*` and `2.*1 tags as releases.
tags: ['1.*', '2.*']
# Publish tagged commits as releases.
tags: ['1.*', '2.*', '3.*']
pull_request:
branches: [master]

Expand Down

0 comments on commit 77ffc42

Please sign in to comment.