Skip to content

Commit

Permalink
Add various action folders to Dependabot (#3111)
Browse files Browse the repository at this point in the history
* add various action folders

* misspelling

* add github-actions

* Leave a blank line between sections

---------

Co-authored-by: Dhruv Bhanushali <[email protected]>
  • Loading branch information
ngken0995 and dhruvkb authored Oct 3, 2023
1 parent d0a0ffc commit d543cb6
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ updates:
- "🧱 stack: mgmt"
- dependencies

# Enable version updates in github-actions
- package-ecosystem: "github-actions"
directory: /
schedule:
Expand All @@ -95,3 +96,47 @@ updates:
- "🟩 priority: low"
- "🧱 stack: mgmt"
- dependencies

- package-ecosystem: "github-actions"
directory: /actions/build-docs
schedule:
interval: "monthly"
labels:
- "💻 aspect: code"
- "🧰 goal: internal improvement"
- "🟩 priority: low"
- "🧱 stack: mgmt"
- dependencies

- package-ecosystem: "github-actions"
directory: /actions/get-changes
schedule:
interval: "monthly"
labels:
- "💻 aspect: code"
- "🧰 goal: internal improvement"
- "🟩 priority: low"
- "🧱 stack: mgmt"
- dependencies

- package-ecosystem: "github-actions"
directory: /actions/load-img
schedule:
interval: "monthly"
labels:
- "💻 aspect: code"
- "🧰 goal: internal improvement"
- "🟩 priority: low"
- "🧱 stack: mgmt"
- dependencies

- package-ecosystem: "github-actions"
directory: /actions/setup-env
schedule:
interval: "monthly"
labels:
- "💻 aspect: code"
- "🧰 goal: internal improvement"
- "🟩 priority: low"
- "🧱 stack: mgmt"
- dependencies

0 comments on commit d543cb6

Please sign in to comment.