File tree Expand file tree Collapse file tree 7 files changed +15
-13
lines changed
Expand file tree Collapse file tree 7 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 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 all configuration options:
4- # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
61version : 2
72updates :
8- - package-ecosystem : " docker" # See documentation for possible values
9- directory : " /" # Location of package manifests
3+ - package-ecosystem : " docker"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+
8+ - package-ecosystem : " bundler"
9+ directory : " /"
1010 schedule :
1111 interval : " daily"
1212
13- - package-ecosystem : " bundler " # See documentation for possible values
14- directory : " /" # Location of package manifests
13+ - package-ecosystem : " github-actions "
14+ directory : " /"
1515 schedule :
1616 interval : " daily"
Original file line number Diff line number Diff line change 2828
2929 # Initializes the CodeQL tools for scanning.
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v2
31+ uses : github/codeql-action/init@v3
3232 with :
3333 languages : ${{ matrix.language }}
3434
Original file line number Diff line number Diff line change 1- 3.4.4
1+ 3.4.5
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.4 AS base
1+ FROM ruby:3.4.5 AS base
22
33RUN bundle config set frozen 'true' && \
44 bundle config set path '/vendor/bundle'
Original file line number Diff line number Diff line change 11< div class ="banner ">
2- < p > Joining us in September? Watch our < a href ="/welcome " > welcome video </ a > and < a href ="/discord "> meet everyone else over on Discord</ a > !</ p >
2+ < p > Joining us in September? Check out our < a href ="/calendar " > events calendar </ a > and < a href ="/discord "> meet everyone else over on Discord</ a > !</ p >
33</ div >
Original file line number Diff line number Diff line change 3939 {% include header.html %}
4040
4141 < main >
42+ {% include welcome_banner.html %}
4243 {{ content }}
4344 </ main >
4445
Original file line number Diff line number Diff line change 1515< body >
1616 {% include header.html %}
1717 < main >
18+ {% include welcome_banner.html %}
1819 < div class ="post-header ">
1920 {% if page.header-image %}
2021 < img class ="post-header-image " src ="{{ page.header-image | relative_url }} ">
You can’t perform that action at this time.
0 commit comments