Skip to content

Commit

Permalink
Add version.properties to dependabot as additional file
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 8, 2024
1 parent e24b4c9 commit 6629922
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,8 @@ updates:
labels:
- "dependabot"
- "dependencies"
additional-files:
- "buildSrc/version.properties"
- directory: /test/
open-pull-requests-limit: 1
package-ecosystem: gradle
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/dependabot-on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Dependabot on Push

on:
push:
branches:
- main

jobs:
dependabot:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Trigger Dependabot Update
run: |
echo "Triggering Dependabot update..."
# Dependabot command can be simulated by updating config or forcing updates here.
# You can force update by changing a file or invoking an API if applicable.
- name: Run Dependabot
uses: dependabot/fetch-metadata@v1

0 comments on commit 6629922

Please sign in to comment.