Skip to content

Commit cb8a742

Browse files
Update Dependabot configuration file comments
1 parent c2a0284 commit cb8a742

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for more information:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
# https://containers.dev/guide/dependabot
1+
# This is the dependabot configuration file that automates dependency updates
2+
# Updates section configures how dependabot should handle dependency updates:
3+
# - Monitors devcontainer features in the root directory (though convention is .devcontainer and it should check there by default)
4+
# - Monitors NPM dependencies in the possible-solutions directory
5+
# - Checks for updates weekly
6+
# - Groups updates based on their type (dev grouped by minor/patch or prod grouped by patch)
7+
#
8+
# Learn more at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file
69

710
version: 2
811
updates:

0 commit comments

Comments
 (0)