Skip to content

Commit

Permalink
Merge pull request #6 from PrefectHQ/update-label
Browse files Browse the repository at this point in the history
chore: update label to attach to all prs to: `automated-dependency-updates`
  • Loading branch information
jamiezieziula authored Nov 14, 2024
2 parents 37cce12 + 9420958 commit 16a7520
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
File renamed without changes.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: daily
interval: monthly
File renamed without changes.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
if: env.CHANGES == 'true'
run: |
git checkout $BRANCH_NAME
gh pr create --base main --title $BRANCH_NAME -f --label soc2
gh pr create --base main --title $BRANCH_NAME -f --label automated-dependency-updates
env:
GH_TOKEN: ${{ github.token }}
shell: bash

0 comments on commit 16a7520

Please sign in to comment.