Skip to content

Commit

Permalink
Merge pull request #283 from nglaser3/add_dependabot
Browse files Browse the repository at this point in the history
Add Automatic PR for Updating MOOSE Submodule with Dependabot
  • Loading branch information
smpark7 authored Sep 23, 2024
2 parents 0d3ed62 + fca3752 commit eebaa7a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
allow:
- dependency-name: "moose"
schedule:
interval: "weekly"
time: "01:45"
commit-message:
prefix: "auto_update_moose"
open-pull-requests-limit: 1
labels:
- "Comp:Core"
- "Priority:1-Critical"
reviewers:
- "smpark7"
- "nglaser3"
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
[submodule "moose"]
path = moose
url = ../../idaholab/moose
branch = devel

0 comments on commit eebaa7a

Please sign in to comment.